projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa6465f
)
(no commit message)
author
avar
<avar@web>
Wed, 28 Dec 2016 00:08:07 +0000
(
00:08
+0000)
committer
admin
<admin@branchable.com>
Wed, 28 Dec 2016 00:08:07 +0000
(
00:08
+0000)
doc/forum/How_do_I_list_links_with_0_copies__63__.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/forum/How_do_I_list_links_with_0_copies__63__.mdwn
b/doc/forum/How_do_I_list_links_with_0_copies__63__.mdwn
new file mode 100644
(file)
index 0000000..
663549e
--- /dev/null
+++ b/
doc/forum/How_do_I_list_links_with_0_copies__63__.mdwn
@@ -0,0
+1,5
@@
+I've been searching around and can't find this. I don't need `git annex unused`, but something that'll list the files I should "git rm".
+
+The best solution I've found so far is:
+
+ git annex whereis|grep '0 copies.*failed'|perl -pe 's/^whereis (.*?) \(0 copies\) failed$/$1/'