Answers for "cat first line files linux"

4

linux cat first 10 lines

head -10 bar.txt
Posted by: Guest on June-13-2020
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 "Shell/Bash"

Browse Popular Code Answers by Language