Re: [cc65] printf for ca65

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2005-03-24 18:21:31
On Thu, Mar 24, 2005 at 08:51:03AM -0800, Shawn Jefferson wrote:
> I don't know if this has been reported or not, but for
> some reason you can't do cc65 --help | more with the
> windows binaries.

You cannot do this under Linux either:-) The help text goes to stderr, but the
command above redirects just stdout. Under Linux, you have to use

        ca65 --help 2>&1 | more

to first redirect stderr to stdout, and then pipe this into the more command.
I'm sure there's something similar for windows.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Mar 24 18:21:35 2005

This archive was generated by hypermail 2.1.8 : 2005-03-24 18:21:41 CET