bluegroper
Technical User
Hey forum
I've not used sed much.
When I pipe a text file to
| sed -n '4,$p'
What does sed actually do to the file ?
man sed did not help me at all.
TIA's
I've not used sed much.
When I pipe a text file to
| sed -n '4,$p'
What does sed actually do to the file ?
man sed did not help me at all.
TIA's