Mail Archives: djgpp-workers/1996/09/17/10:56:54
On Tue, 17 Sep 1996, DJ Delorie wrote:
> Under unix, you'd need to do the equivalent of this:
>
> > sh -c '@response-file'
Hmm... that's tricky: what if the command itself has wildcards or parts
of it are already quoted?
> Of course, the djgpp command line parser can't handle that.
Another reason not to do that: I want to support possible DJGPP ports of
shells. I also doubt that any other command processor supports such
command lines.
But anyway, is there any differences between `sh -c @file' and
`sh -c file'?
- Raw text -