how differently is "dir" command in windows and "ls" command in linux processed by the operating system??
|
feedback
|
migrated from stackoverflow.com Oct 11 '10 at 20:48
This question came from our site for professional and enthusiast programmers.
|
They are quite different: On Windows, On Linux, | ||||
feedback
|

lsis an external program, not part of the OS or even of the shell. I believe thatdiris part of the CMD.exe "shell". – Paul Tomblin Oct 11 '10 at 17:17lsin PowerShell as well. – paradroid Oct 11 '10 at 23:00