Added a comment
authoravar <avar@web>
Wed, 28 Dec 2016 08:28:36 +0000 (08:28 +0000)
committeradmin <admin@branchable.com>
Wed, 28 Dec 2016 08:28:36 +0000 (08:28 +0000)
doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment [new file with mode: 0644]

diff --git a/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment
new file mode 100644 (file)
index 0000000..ca54006
--- /dev/null
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="avar"
+ avatar="http://cdn.libravatar.org/avatar/57332d67a86eb51e06bf78d2baf42c3c"
+ subject="comment 2"
+ date="2016-12-28T08:28:35Z"
+ content="""
+Great, this one-liner is then exactly what I needed:
+
+    git annex find --not --copies 1 --print0 | xargs -0 git rm
+"""]]