I have a simple question. I have a file with 160 columns. If I only wish to print the first 120 column, how do I specify a range? I know I could use '{ print $1, $2, ... etc}, but this would get bulky.
Also, if I had a small range I did not want to print, is there an elegant way to do this. Something like {print !($100 through $120)}
Thanks,
Matt
Also, if I had a small range I did not want to print, is there an elegant way to do this. Something like {print !($100 through $120)}
Thanks,
Matt