List files in a hierarchy without the svn crap.
find . -name ".svn" -prune -o -print
Mad science in silico...
List files in a hierarchy without the svn crap.
find . -name ".svn" -prune -o -print
Digithead's lab notebook is a place for tutorials, cheat-sheets and stray thoughts on topics related to programming, bioinformatics, machine-learning and visualization.
No comments:
Post a Comment