diff options
author | clacke <clacke@web> | 2015-04-22 13:22:49 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-22 13:22:49 +0000 |
commit | 465bee6c39322aec58555fff891acb860621a3df (patch) | |
tree | 1a63b1770222506046245f8d19763c89a32ee74f | |
parent | a1615b3bb89a7d7b1c5cd05984d076ff2f792bcc (diff) |
removed
-rw-r--r-- | doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_8_a2b10366426158bcb6c91df6c2e843b7._comment | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_8_a2b10366426158bcb6c91df6c2e843b7._comment b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_8_a2b10366426158bcb6c91df6c2e843b7._comment deleted file mode 100644 index c57fbaf04..000000000 --- a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_8_a2b10366426158bcb6c91df6c2e843b7._comment +++ /dev/null @@ -1,14 +0,0 @@ -[[!comment format=mdwn - username="clacke" - subject="comment 8" - date="2015-04-22T13:16:01Z" - content=""" -This is a bit more readable, even avoids the commas and casing of the original line I was using: - -[[!format sh \"\"\" -$ find . -name .git -prune -o -print0 | grep -izZ -f <(printf '\.%s\n' jp{,e}g avi mov 3gp mp4 tif pdf doc pps bmp png mp{,e}g wav nef thm key.gz ogg ppt gif m4a) - | xargs -0 git annex add -\"\"\"]] - -(`ggrep` necessary on OSX) - -"""]] |