One useful addition to the section on streams would have been that of process substitution: http://tldp.org/LDP/abs/html/process-sub.html This allows you to have more than just the standard streams.
Handbook of Text manipulation on Unix
11–20 of 25 posts
It's bash-specific (sh doesn't support it)
Re: Handbook of Text manipulation on Unix
#12One useful addition to the section on streams would have been that of process substitution: http://tldp.org/LDP/abs/html/process-sub.html This allows you to have more than just the standard streams.
It's bash-specific (sh doesn't support it)
It's not bash-specific. Other shells have it.
Re: Handbook of Text manipulation on Unix
#13Re: Handbook of Text manipulation on Unix
#14Sort of related: rpl[1] is an often overlooked tool for replacing text across multiple files. Terser than "perl pie" and a few nice features like simulation mode.
Re: Handbook of Text manipulation on Unix
#15Thanks for this, had never heard of csplit. Too bad the OSX version sucks.
Re: Handbook of Text manipulation on Unix
#16So sad that the writer lets himself down in the first line.
What are you referring to?
Re: Handbook of Text manipulation on Unix
#17This used to be a great site (ignore its very un-PC site name):
It seems the site is down.
Re: Handbook of Text manipulation on Unix
#18I once wrote this introduction to UNIX (which is unfortunately not complete, I lost the DocBook sources), that also provides an introduction to text manipulation.