(no commit message)
authoravar <avar@web>
Wed, 28 Dec 2016 00:08:07 +0000 (00:08 +0000)
committeradmin <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]

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
@@ -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/'