This code worked until I had whitespace in the second area.
svn status | grep '\!' | gawk '{print $2;}' > removedProjs
Is there a way to have awk print everything in $2 or greater? ($3, $4.. until we don't have any more columns?)
I suppose I should add that I'm doing this in a Windows environment with Cygwin.