Who know it would be so easy to create programs from the command line?
One of the most powerful features of Unix and Linux is that using traditional command line tools, everything is a stream of bytes. Granted, modern software has blurred this a bit, but at the command ...
I wish I'd known these time-saving tweaks and tricks from the start.
In addition to the fairly common forms of input/output redirection the shell recognizes something called process substitution. Although not documented as a form of input/output redirection, its syntax ...