Re: mysqldump usage in bash

2009-08-28 Thread Arenstar
ive never used eval before, it just wasnt neccessary.. Thank you for your interesting reply query="mysqldump -h $DBSource -u rx -p $DB $TABLE --where '$Field > $(($IDstart-1)) and $Field < $(($IDend+1))' > ./tmp/$TABLE$Dumpname" eval $query Kind Regards Arensta

mysqldump usage in bash

2009-08-27 Thread Arenstar
or the where flag, i have tried escaping them to no avail.. :( Your help would be extremely useful.. Arenstar -- View this message in context: http://www.nabble.com/mysqldump-usage-in-bash-tp25167570p25167570.html Sent from the Gnu - Bash mailing list archive at Nabble.com.