How can I tweak the output of ls in Linux so that it looks like the output of the command dir /b /s in Windows?
dir /b /s output as follows:
C:\MinGW>dir /s /b
C:\MinGW\COPYING
C:\MinGW\COPYING.LIB
C:\MinGW\doc
C:\MinGW\include
|
How can I tweak the output of
| ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This should produce the same output as | |||||||||
feedback
|
|
Neither makes the output look exactly like that of | |||
|
feedback
|
or
| |||||
feedback
|
|
It depends, how hard the requirement is to get "equivalence" to
UPDATE: I had a typo in above commands originally. I typed curly brackets "{}" instead of round ones "()" how they ought to be. Thanks to grawity for spotting this. | |||||||||||||
feedback
|
|
this seems to work, from the command line:
| |||||
feedback
|