bash scripting

Niall Kavanagh niall at kst.com
Fri Sep 29 15:33:22 EDT 2000


On Fri, 29 Sep 2000, Tom Guilderson wrote:

> I came accros the following construct in a bash script:
> 
> if [ ! -f /path_to_file_1 -a -f /path_to_file_2 ] ; then
> 	execute some stuff
> fi
> 
> My question is what is the -a option?
> 
> 

Weird indeed, I found myself asking the same question today after looking
at the script that starts squid up. ;)

It's a "logical and".

--
Niall Kavanagh, niall at kst.com
News, articles, and resources for web professionals and developers:
http://www.kst.com
WARNING: I have switched from cigarettes to nicorette. I am cranky.

-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).



More information about the Discuss mailing list