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
|
||||
|
|
This should produce the same output as |
|||||||||
|
|
Neither makes the output look exactly like that of |
|||
|
|
or
|
|||||
|
|
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. |
|||||||||||||
|
|
this seems to work, from the command line:
|
|||||
|