[Cialug] Linux Classes

David Champion dchamp1337 at gmail.com
Tue Mar 29 11:09:04 CDT 2011


If I need to do MySQL scripting, I usually write it in PHP. You can set up
PHP to run from the command-line (most distros have a package for that). If
you're running the MySQL script as part of a web app, this allows you to use
the same business logic code for the script and the web site.

You can also script calls to wget a PHP web page in cron tasks, but I don't
recommend that method.

-dc

On Tue, Mar 29, 2011 at 11:00 AM, Don Ellis <don.ellis at gmail.com> wrote:

> I don't remember what my first experience was, however I've had
> wonderful results with a pair of O'Reilly books:
>
> Learning the bash shell (Cameron Newham and Bill Rosenblatt)
> Learning the korn shell (Bill Rosenblatt)
>
> Both were published in the mid 1990's, and I've been trying hard to
> replace them, without full success. They are very well structured, and
> cover the details. Essentially the same book, with changes for the
> differences between ksh and bash. I used them as references when
> writing shell training courses for Wave Technologies in the 1999.
>
> If you can find a newer edition (I hope there is one, if not now, then
> soon) it would be helpful. Later references have details on newer
> features of the shells, but these have features I find when I go back
> and refer to them. Always helpful as references -- excellent indexes,
> plus my own marks.
>
> --Don Ellis
>
>
> On Mon, Mar 28, 2011 at 9:30 PM, kristau <kristau at gmail.com> wrote:
> > Bash or some other shell?
> >
> > For Bash, you could work through the Advanced Bash Scripting Guide on
> > your own for no cost at all. First result on Google with the terms
> > "advanced bash-scripting guide pdf"
> >
> > --
> > Tired programmer
> > Coding late into the night
> > The core dump follows
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://cialug.org/pipermail/cialug/attachments/20110329/393af24e/attachment.html>


More information about the Cialug mailing list