|
|
|
|
|
by antongribok
865 days ago
|
|
In case you ever have to work with a directory that has lots of files in it, sometimes it's useful to remember the -U flag in ls. For example to count the number of files, I sometimes use this: ls -U1 |wc -l
Can be very fast with lots of files on a modern Linux box. |
|