bug-bash
[Top][All Lists]
Advanced

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

Re: FWD: About Bash Script


From: pk
Subject: Re: FWD: About Bash Script
Date: Tue, 16 Feb 2010 19:02:02 +0000

Curtis wrote:

> if [! -e b.txt];

Please note that should literally be

if [ ! -e b.txt ];

NOT

if [! -e b.txt];

Try running the latter and you'll get errors.



reply via email to

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