Yes, just checked, ls still works here, with the usual options (see below for proof). Not sure where I got it from, and unfortunately I don't seem to have a Windows 'where', but I think it's the old one (file date 1990) in C:\DOS\BIN
I copied several "UNIX" programs to this Windows PC* when I bought it 12 years ago and they're still there (later I added Cygwin too).
* Yes of course it's been updated since - 2 new motherboards, 3 replacement CPUs, new disks, more RAM, even a new case case, ...
C:\My Documents>ls -h
-a Reverse the "list all files" option default
-c Reverse the "one-column listing" option default
-h Print this help message and the default settings
-l Reverse the "long listing" option default
-m Reverse the "pause for more" option default
-r Reverse the default sort direction
-R Recursively list sub-directories
-s Print sizes
-s1 Print sizes for single-sided diskette
-s2 Print sizes for double-sided diskette
-t Reverse the "time sort" option default
-u Reverse the "include disk usage" option default |