Live data from Hacker News

Handbook of Text manipulation on Unix

ibm.com

11–20 of 25 posts

Re: Handbook of Text manipulation on Unix

#12
post #11

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.

It's bash-specific (sh doesn't support it)

It's not bash-specific. Other shells have it.
Post reply on HN