summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Øyvind A. Holm <sunny@sunbase.org>2012-11-29 00:34:46 +0100
committerGravatar Øyvind A. Holm <sunny@sunbase.org>2012-11-29 00:34:46 +0100
commite7c705a3ee3122e8d06e981dddb802baa0e763bb (patch)
tree40f2c96236119221690ddbd1a020febcb0bfa433
parentff6f889420a22d0e9588117ddf5b8c3350e838d0 (diff)
Editing my last comment
3766e23a-39b4-11e2-ab0c-00c0a8deee11
-rw-r--r--doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment4
1 files changed, 2 insertions, 2 deletions
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 f75e2e587..019cb8b81 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
"""]]