response
authorJoey Hess <joeyh@joeyh.name>
Wed, 28 Dec 2016 00:16:34 +0000 (20:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 28 Dec 2016 00:16:34 +0000 (20:16 -0400)
doc/forum/How_do_I_list_links_with_0_copies__63__/comment_1_ee222f0e227f1c65f84f73af399239e5._comment [new file with mode: 0644]

diff --git a/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_1_ee222f0e227f1c65f84f73af399239e5._comment b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_1_ee222f0e227f1c65f84f73af399239e5._comment
new file mode 100644 (file)
index 0000000..fdebc58
--- /dev/null
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-12-28T00:15:34Z"
+ content="""
+       git annex find --not --copies 1
+
+This works because --copies 1 finds all files with 1 or more copies,
+and so inverting it with --not finds all files with fewer copies.
+"""]]