aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://sunny256.sunbase.org/ <sunny256@web>2012-11-28 23:24:12 +0000
committerGravatar admin <admin@branchable.com>2012-11-28 23:24:12 +0000
commitff6f889420a22d0e9588117ddf5b8c3350e838d0 (patch)
treea67032578850c8ee30730fc6492c66ba62efc117
parentf3d16893fc8a2c0951931614d6a42a24e2f87d92 (diff)
Added a comment
-rw-r--r--doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment10
1 files changed, 10 insertions, 0 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
new file mode 100644
index 000000000..f75e2e587
--- /dev/null
+++ b/doc/forum/__34__du__34___equivalent_on_an_annex__63__/comment_2_28ba62a546f5cc8f416491423d743d8a._comment
@@ -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
+"""]]