I am trying to modify some code which has the following print command:
for (i=1; i<NF; i++)
printf("%$%S",$i,i==NF?ORS:OFS)
I think this is printing all lines from a file but I want to exclude certain lines (which all begin with the same group number) from the printing.
Any help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.