git-annex/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment
http://mylesenglish.myopenid.com/ 6fc22bc0c6 Added a comment
2013-09-16 14:53:11 +00:00

13 lines
342 B
Text

[[!comment format=mdwn
username="http://mylesenglish.myopenid.com/"
ip="217.39.94.195"
subject="comment 2"
date="2013-09-16T14:53:11Z"
content="""
This function behaves more like ls and shows the files that are present:
ga-ls () {
CWD=`pwd`;
cd ${1:-.} && git annex find | cut -d / -f 1 | uniq;
cd ${CWD}}
"""]]