Pseudocommand
echo '1,2,3,5' | sed -n data.txt
che dà
sed: 1: "data.txt": extra characters at the end of d command
Voglio dare ai lenzuoli la ricerca da altri comandi. In realtà awk sta dando quei numeri da questa discussione .
data.txt:
hello
amigo
this line 3
and here we go 4
and 5 is here
dove l'output dovrebbe essere
hello
amigo
this line 3
and 5 is here
Come puoi dare a quei lenzuoli?