I have a file with many lines in each line there are many columns(fields) separated by blank \" \" the numbers of columns in each line are different I want to remove the fir
Use kscript
kscript 'lines.split().select(-1,-2).print()' file