in reply to OpenOffice Quickstarter (Linux) in Perl
To prevent the ps ax|grep combo from finding itself, I encode one char within a character class like this:
ps ax|grep '[s]office.bin -quickstart'
I would maybe move the whole loop out of the program and put it into a cron job that runs every minute instead, but other than that, I'm not exactly sure what you're looking for.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: OpenOffice Quickstarter (Linux) in Perl
by kal (Hermit) on Mar 08, 2004 at 12:00 UTC | |
|
Re: Re: OpenOffice Quickstarter (Linux) in Perl
by belg4mit (Prior) on Mar 08, 2004 at 13:16 UTC |