This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Specifying command line arguments in a file?


>>>>> "Geoff" == Geoff Keating <geoffk@geoffk.org> writes:

    Geoff> Actually, backquotes are available in at least bash, tcsh,
    Geoff> csh, and ksh.  I'd expect they are available everywhere.

I'm jumping in late on this conversation, so please forgive me if I've
missed the point.

The NT shell does not have backquotes.

And remember that many systems have short limits on command-line
lengths.  That's why many utilities on Windows, and on systems like
IRIX, are capable of accepting their command-line arguments through a
file.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]