Answers for "shell get given line"

0

shell get given line

# Get line 3 of the output of `seq 10`
seq 10 | awk 'NR==3'
Posted by: Guest on January-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language