diff --git a/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment b/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment new file mode 100644 index 0000000000..ff2542d926 --- /dev/null +++ b/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="http://mylesenglish.myopenid.com/" + ip="217.39.94.195" + subject="comment 2" + date="2013-09-16T14:50:36Z" + content=""" +This works more like ls and shows just the files that are accessible + +ga-ls () { + CWD=`pwd` + cd ${1:-.} && git annex find | cut -d / -f 1 | uniq + cd ${CWD} +} + +"""]]