diff --git a/doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment b/doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment index f75e2e587f..019cb8b81c 100644 --- a/doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment +++ b/doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment @@ -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 """]]