diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI <Motiejus@web> | 2012-07-09 14:44:40 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-09 14:44:40 +0000 |
commit | ac799c3f363e0008b23e9c174e6fedc35e6fa92a (patch) | |
tree | b547d9daa8050a226d0ad06f5264806a8af4f6df | |
parent | 619297e1a7ba89f50fa5be9d7dfdfe5a9510129a (diff) |
removed
-rw-r--r-- | doc/bugs/git_annex_du.mdwn | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/bugs/git_annex_du.mdwn b/doc/bugs/git_annex_du.mdwn deleted file mode 100644 index 2b1315298..000000000 --- a/doc/bugs/git_annex_du.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -We need a way to calculate space taken by certain files. - -Use cases: I want to drop some files from my small disk. I need to figure out things that take most space, and drop them. - -Usage examples: - - git annex du -hs *.mp3 - git annex du -sBm --in=here *.ogg - -Would be nice if it was compatible with standard unix `df`. - -> `du -L` works. -> -> See also: [[forum/Wishlist:_getting_the_disk_used_by_a_subtree_of_files]] |