Answers for "linux cat print first line"

5

linux cat first 10 lines

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

cat first line

# credit to Stack Overflow user in the source link
head -1 file
Posted by: Guest on September-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language