How can I print only certain fields in a space separated file?
- by Daziplqa
I have a file containing the following content 1000 line in the following format:
abc def ghi gkl
How can I write a Perl script to print only the first and the third fields?
abc ghi