Editing my last comment

3766e23a-39b4-11e2-ab0c-00c0a8deee11
This commit is contained in:
Øyvind A. Holm 2012-11-29 00:34:46 +01:00
parent 13b5048843
commit fe34b6eeeb

View file

@ -4,7 +4,7 @@
subject="comment 2"
date="2012-11-28T23:24:11Z"
content="""
Opps, seems as you want to find the biggest files in a directory tree. That can also be done:
And if you want to find the biggest files in a directory tree:
$ find -type l -print0 | xargs -0 du -L | sort -n
$ find -type l -print0 | xargs -0 du -L | sort -n | tail -500
"""]]