linux - Using awk to print all columns from the nth to the last - Stack Overflow
right now I have this line, and it worked until I had whitespace in the second field. svn status | grep '\!' | gawk '{print $2;}' > removedProjs is there a way to have awk print everything ......