I forgot a lot of my command line. I am doing cat file | grep "error" and i would like it to show everything to the right of G:/ including G:/ if possible. I figure its an awk command but i dont know what. I tried awk '{print $8+}' but + does not work like i hoped and guessed.
| |||
|
feedback
|
| |||||||||
feedback
|
|
Try:
That will remove everything before
| |||||||||
feedback
|
G:/-- is that Cygwin on Windows? – nik May 17 '10 at 11:45