How to print all fields after a certain field with awk on Linux? Say, I want to print out all fields after field $3: a b c d e f a b b b a a c d should be transformed to d e f b d You may use a for loop in awk […]
The post How to print all fields after a certain field with awk on Linux? appeared first on SysTutorials.