bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem ? bug ?


From: kaneda
Subject: problem ? bug ?
Date: Sat, 4 Feb 2006 18:13:58 +0100 (CET)

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...     kaneda@bohater.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]