Please tell me what is wrong with the following line that I have in a bash script:- [code] TODAYDATE=`date +"%Y%m%d"` declare -a FiLeS=( $TODAYDATE.TeleformDB.tar.bz2 $TODAYDATE.TeleformDB2.tar.bz2 ) [/code] When I run it I get:- Syntax error: "(" unexpected
-- View this message in context: http://www.nabble.com/bash-script-error-in-array-definition.-tp23739928p23739928.html Sent from the Gnu - Bash mailing list archive at Nabble.com.