Answers for "sed print a specific line"

2

sed print a specific line

sed -n 5p <file>
Posted by: Guest on May-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language