Answers for "awk skip first line"

1

awk skip first line

awk 'NR>1 {print}' books.txt
Posted by: Guest on October-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language