Hello...

from man bash

  -a file
              True if file exists.
  -e file
              True if file exists.

and -a dosnt work good:

[kaneda<-ogorasek]~$if [ ! -a /etc/passwd ] ; then echo si ; fi
si
[kaneda<-ogorasek]~$if [ -a /etc/passwd ] ; then echo si ; fi
si

GNU bash, version 3.00.16(2)-release (i486-slackware-linux-gnu)

Linux ogorasek 2.4.31 #2 czw paź 20 02:28:57 CEST 2005 i686 unknown unknown GNU/Linux

gcc version 3.3.6


best regards



--
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]..
[+] You can take our lives,but you will never take our Freedom - W.Wallace
[+] Peace on earth depends on the peace in the peoples hearts - Dalai Lama
[+] Revolution the only solution - System of a down...
[+] Dalej idac dalej dojdziesz dalej siedzac dalej siedzisz - etoe aka ok0
[-] Kanedaaa... Bohateur... Cucumber Team Member...     [EMAIL PROTECTED]
_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to