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
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