If I want to cut a list of text using a string as a delimiter, is that possible? For example I have a directory where a list of shell scripts call same perl script say
why not use grep abc.pl | awk '{print $3, $4}'?
grep abc.pl | awk '{print $3, $4}'