Answers for "How can you only see the first 14 lines of a file?- answer"

3

How can you only see the first 14 lines of a file?- answer

head -10 bar.txt
Posted by: Guest on June-13-2020

Code answers related to "How can you only see the first 14 lines of a file?- answer"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language