Grégory Joseph wrote: > I'm probably to blame for this problem. I'm pretty much clueless when it > comes to bash variations; I always have to look up some reference to write if > statements ;) I found the -a test here: > http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html - and assumed > it was standard. Is there an alternative ?
I'd try -e (also listed in the same table on the URL you mentioned). Indeed 'man test' doesn't list -a on my system (Mac OS X 10.6, bash 3.2.48). Nils. ------------------------------------------------------------------------ VPRO www.vpro.nl ------------------------------------------------------------------------ ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
