/ Published in: Bash
A useful AWK one liner, see http://student.northpark.edu/pemente/awk/awk1line.txt for some more
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status | awk '/Action/{print $2}' | xargs rm