summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkWHj0RxNMfuwvFzo2d-V6vBKOYwW_Fnfk <Andrew@web>2015-01-22 06:29:36 +0000
committerGravatar admin <admin@branchable.com>2015-01-22 06:29:36 +0000
commit1089041b84fe7c28c4ab1929c1fbb8388cea19d9 (patch)
tree3510fa039a6e748c4a191346ae8ef286a77a51e4 /doc
parent009fadff9a2d1ffa010b358624203b4cb89b3073 (diff)
Added a comment: Update on determining disk usage
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/gadu_-_git-annex_disk_usage/comment_13_8e0e86ae716ff018025808f417e1f7f6._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/gadu_-_git-annex_disk_usage/comment_13_8e0e86ae716ff018025808f417e1f7f6._comment b/doc/forum/gadu_-_git-annex_disk_usage/comment_13_8e0e86ae716ff018025808f417e1f7f6._comment
new file mode 100644
index 000000000..b62b05ad8
--- /dev/null
+++ b/doc/forum/gadu_-_git-annex_disk_usage/comment_13_8e0e86ae716ff018025808f417e1f7f6._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkWHj0RxNMfuwvFzo2d-V6vBKOYwW_Fnfk"
+ nickname="Andrew"
+ subject="Update on determining disk usage"
+ date="2015-01-22T06:29:36Z"
+ content="""
+I just had a look at this question today as I learn git-annex. I think the commands have changed since the last comment. However, there remain several ways to determine disk usage, for example in the folder `Music`
+
+ git annex info Music
+
+but you could also use `du` with
+
+ du --human-readable --dereference Music
+"""]]