Answers for "linux output only first line"

4

only show first lines linux

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

get first line of output bash

multiline-command | head -n 1
Posted by: Guest on July-30-2021

Code answers related to "linux output only first line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language