Must… resist… nitpicking

Onne, I’ll see your grep-tr-cut and raise you one awk:

alias svnclean="svn status --no-ignore | awk '/^[\?I]/ {print $2}' | xargs rm -rf"

1 comment so far ↓

#1 ThoughtFix on 01.26.06 at 8:24 am

Why? sed will work just fine! 😉