Linux Tips and Stuff



Google
 


Saturday, March 11, 2006

ANOTHER SORT BY FILE SIZE

ANOTHER SORT BY FILE SIZE

To sort certain files in the directory and to show
the biggest file first, do

$ du -a | sort -n -r | more

0 Comments:

Post a Comment

<< Home