From 01761ab1316d38c6f264c00136517116ae6ed7c4 Mon Sep 17 00:00:00 2001 From: avar Date: Wed, 28 Dec 2016 08:28:36 +0000 Subject: [PATCH] Added a comment --- ...comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment 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 index 0000000000..ca54006289 --- /dev/null +++ b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment @@ -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 +"""]] -- 2.39.5