0
votes
1
comments
77,387
views
Using awk to print all columns from the nth to the last
Getting a one-liner awk routine to print the nth field to the last should not be so complicated. For my wish list awk should have a function called ‘fields’ that would perform this tasks. It could have the same syntax as the substr command ie fields(5, 8) which would print fields 5 through 8. Being […]0
votes
0
comments
2,759
views