$ echo 'int main(){ unlink("--exclude_files=\"blah\"");}' > file.c && \
> gcc file.c && ./a.out && rm -f a.out file.c &Carl
$ echo 'int main(){ unlink("--exclude_files=\"blah\"");}' > file.c && \
> gcc file.c && ./a.out && rm -f a.out file.c &Carl