Shell recebe a linha
# Get line 3 of the output of `seq 10`
seq 10 | awk 'NR==3'
bougui
# Get line 3 of the output of `seq 10`
seq 10 | awk 'NR==3'