Take every 10th line from a file: awk '!(NR % 10)' file

Take every 10th line from a file: awk '!(NR % 10)' file

Comments