linux output show only right of ':'

Posted by acidzombie24 on Super User See other posts from Super User or by acidzombie24
Published on 2010-05-17T11:18:58Z Indexed on 2010/05/17 11:22 UTC
Read the original article Hit count: 136

Filed under:
|
|

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.

© Super User or respective owner

Related posts about linux

Related posts about grep