|
|
|
|
|
by wolfgang42
1768 days ago
|
|
-f do not sort, enable -aU, disable -ls --color
-a do not ignore entries starting with .
-U do not sort; list entries in directory order
-l use a long listing format
-s print the allocated size of each file, in blocks
--color colorize the output
I assume you mean to imply that by turning off sorting/filtering/formatting ls will run in a more optimized mode where it can avoid buffering and just dump the dentries as described in the article? |
|