diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-27 20:16:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-27 20:16:34 -0400 |
commit | fed3620efb4a8fe99f0071149e0e9bb2a3ead943 (patch) | |
tree | 4c12f90c7a2d4c67ad84286225431008c0367be5 | |
parent | a3adc89e9c9874069532396434e648d3b727339d (diff) |
response
-rw-r--r-- | doc/forum/How_do_I_list_links_with_0_copies__63__/comment_1_ee222f0e227f1c65f84f73af399239e5._comment | 10 |
1 files changed, 10 insertions, 0 deletions
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 index 000000000..fdebc58a8 --- /dev/null +++ b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_1_ee222f0e227f1c65f84f73af399239e5._comment @@ -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. +"""]] |