[CentOS] Why does 'test -f' and 'test -e' return true on a (hidden) file that doesn't exist?

Tim Alberts

talberts at msiscales.com
Mon Mar 31 20:37:01 UTC 2008


Why does 'test -f' and 'test -e' return true on a (hidden) file that 
doesn't exist?

*> cat /home/talberts/.forward*
cat: /home/talberts/.forward: No such file or directory
*> test -f /home/talberts/.forward ;echo $?*
1
*> test -e /home/talberts/.forward ;echo $?*
1


-------------- next part --------------
A non-text attachment was scrubbed...
Name: talberts.vcf
Type: text/x-vcard
Size: 337 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20080331/1e64dfca/attachment.vcf>


More information about the CentOS mailing list