Ok, so I have a text file formatted like this, it has several rows going down.
EXAMPLE1:EXAMPLE2:EXAMPLE3
EXAMPLE1:EXAMPLE2:EXAMPLE3
EXAMPLE1:EXAMPLE2:EXAMPLE3
I want to use grep to change it to look like this
EXAMPLE2:EXAMPLE3
Basically I want to take out the first part before the :
If someone could please tell me how to do this it would be greatly appreciated.