Answers for "how to cat only the first ten lines of a file linux"

1

how to cat only the first ten lines of a file linux

head -10 <filename>
Posted by: Guest on July-26-2021

Code answers related to "how to cat only the first ten lines of a file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language