So little input, so much output As any regular Unix user can tell you, there are three primary “streams” in which programs are fed and output data. STDIN, which by default is the keyboard. STDOUT, which by default is your terminal/screen, and STDERR, which by default is also your terminal/screen. In addition [...]