Added a comment

This commit is contained in:
http://sunny256.sunbase.org/ 2012-11-28 23:24:12 +00:00 committed by admin
parent 04d107c75c
commit 13b5048843

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://sunny256.sunbase.org/"
nickname="sunny256"
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:
$ find -type l -print0 | xargs -0 du -L | sort -n
"""]]