For example, I might want to:
tail -f logfile | grep org.springframework | <command to remove first N characters>
I was thinking that tr
might have the ability to do this but I’m not sure.
For example, I might want to:
tail -f logfile | grep org.springframework | <command to remove first N characters>
I was thinking that tr
might have the ability to do this but I’m not sure.