I want to send all of my normal output to stdout so the user
can easily get it into a disk file or on the screen, and I don't
have to implement command line options. But one thing I do want
as an option is the ability to see *'s appear while the program
is at work. (If you used "hash" in command line ftp you will
know what I'm talking about.) So how do I channel these *'s to
stderr so they won't mess up the user's output text?
------------------
can easily get it into a disk file or on the screen, and I don't
have to implement command line options. But one thing I do want
as an option is the ability to see *'s appear while the program
is at work. (If you used "hash" in command line ftp you will
know what I'm talking about.) So how do I channel these *'s to
stderr so they won't mess up the user's output text?
------------------
Comment