Using awk to print all columns from the nth to the last | The Unix Code
I personally tried all the answers mentioned above, but most of them were a bit complex or just not right. The easiest way to do it from my point of view is: awk -F" " '{ for (i=4; i...