Oct
28
playing with grep, svn status and xargs
Leave a comment »
svn status | grep '?' | grep -v '.class' | xargs svn add
and this is why I love linux.
(or unix since I’m currently developing on a macbook pro)
Related posts:

