On Monday 28 November 2005 04:45 pm, Dan Nelson wrote:
> In the last episode (Nov 28), Hal Vaughan said:
> > I have a table that lists the tasks a program has to do. Lately I've
> > found I can have an "at-a-glance" status report of how things are
> > going on by writing a loop (in bash scripting,
In the last episode (Nov 28), Hal Vaughan said:
> I have a table that lists the tasks a program has to do. Lately I've
> found I can have an "at-a-glance" status report of how things are
> going on by writing a loop (in bash scripting, on Linux, btw) that
> uses "mysql -e" to display the list of t
I have a table that lists the tasks a program has to do. Lately I've found I
can have an "at-a-glance" status report of how things are going on by writing
a loop (in bash scripting, on Linux, btw) that uses "mysql -e" to display the
list of tasks and their current state. It's quick and a lot s