Carl Mummert 5 Jul 1999 22:03:19 -0000
$ echo 'int main(){ unlink("--exclude_files=\"blah\"");}' > file.c && \ > gcc file.c && ./a.out && rm -f a.out file.c &
Carl