This commit is contained in:
parent
aa6465fdd1
commit
93164fcf41
1 changed files with 5 additions and 0 deletions
5
doc/forum/How_do_I_list_links_with_0_copies__63__.mdwn
Normal file
5
doc/forum/How_do_I_list_links_with_0_copies__63__.mdwn
Normal file
|
@ -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/'
|
Loading…
Add table
Reference in a new issue