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
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