McKown, John wrote:
Is there a convention for using "stderr" in place of an output file name? Or is it not 
expected to want to direct "file type" output to stderr?

Very common use case, usually handled not by the command but by the shell that launches it, e.g.,

   ls 1>&2

in sh bash and ksh will send the output of the command ls to stderr.

--
Jack J. Woehr            # «'I know what "it" means well enough, when I find
http://www.well.com/~jax # a thing,' said the Duck: 'it's generally a frog or
http://www.softwoehr.com # a worm.'» - Lewis Carroll, _Alice in Wonderland_


----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to