From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU Pascal (gpc) 2.1 released Date: 24 May 2002 07:26:20 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 17 Message-ID: References: <3CED528D DOT 7DCF9660 AT yahoo DOT com> <3CED6BA6 DOT 48D4D0FE AT phekda DOT freeserve DOT co DOT uk> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Richard Dawe (rich AT phekda DOT freeserve DOT co DOT uk) wrote: : It appears that you won't get an error if you use '@' on a non-existent file. : E.g.: : bash-2.04$ ls -l foo : c:/djgpp/bin/ls: foo: No such file or directory (ENOENT) : bash-2.04$ rm -fv @foo I have myself been bitten by this. Is there any good reason why a non-existent file shouldn't produce a warning? Right, MartinS