Re: Interesting problem writing bash script to execute commands from SQL

2008-08-30 Thread juliodm
juliodm wrote: > > I'm writing a bash script to that will execute commands from a database. > What I mean is that the MySQL database contains commands that bash will > pull and then run itself. > > My problem is that some of the commands contain single quotes, as needed > by the shell app it p

Re: Interesting problem writing bash script to execute commands from SQL

2008-08-29 Thread Pierre Gaston
On Thu, Aug 28, 2008 at 8:25 PM, juliodm <[EMAIL PROTECTED]> wrote: > > I'm writing a bash script to that will execute commands from a database. > What I mean is that the MySQL database contains commands that bash will pull > and then run itself. > > My problem is that some of the commands contain