Mail Archives: djgpp/1998/01/29/22:49:13
At 10:13 1/28/1998 -0800, Ian Perez wrote:
>Ok, when I use the following program :
>
>#include <stdio.h>
>
>int main(int argc, char *argv[])
>{
> printf("%s", argv[1]);
>}
>
>When I use wildcards in the first argument, argv[1] becomes the first
>file matching that criteria. Is there any way to stop it from doing
>that?? I just want the exact string typed to be in argv[1].
Read sections 16.1 and 16.2 of the FAQ.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -