Editing my last comment
3766e23a-39b4-11e2-ab0c-00c0a8deee11
This commit is contained in:
parent
13b5048843
commit
fe34b6eeeb
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
subject="comment 2"
|
subject="comment 2"
|
||||||
date="2012-11-28T23:24:11Z"
|
date="2012-11-28T23:24:11Z"
|
||||||
content="""
|
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
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue