Answers for "bash take nth line"

0

bash print nth line

sed 'NUMq;d' file
Posted by: Guest on October-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language