summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar avar <avar@web>2016-12-28 08:28:36 +0000
committerGravatar admin <admin@branchable.com>2016-12-28 08:28:36 +0000
commitb2dd119cb1d31f686787c519d3e2fcf06814e245 (patch)
treeddd7a4579ddf66d3bfe5ede7b32755a642dab500
parent2bd15e9459ed6739153f6535e0caccad7591c740 (diff)
Added a comment
-rw-r--r--doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment10
1 files changed, 10 insertions, 0 deletions
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 000000000..ca5400628
--- /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
+"""]]