[TAG] Recording OpenCourseWare free lectures

Jason Creighton androflux at softhome.net
Thu Jul 1 07:54:33 MSD 2004


On Wed, 30 Jun 2004 10:13:41 -0400, 
Ben Okopnik <ben at callahans.org> wrote:

> On Tue, Jun 29, 2004 at 06:09:08PM -0600, Jason Creighton wrote:
> > Err.....
> > 
> > ``
> > NAME
> >        pgrep,  pkill  -  look  up  or signal processes based on name and other
> >        attributes
> 
> I've had it installed for ages now. Do you have a way for it to simply
> look up and return the entire matching line from the process table
> without having to type lots of extraneous crap on the command line?

Nope. :) If you want that, your script probably does the job the best. I
was thinking in terms of needing the pids/needing to know if a process
is running from inside of a script, not being used from the command
line.

Of course, if you wanted to get pathlogical, you could have your script
do something like ps u `pgrep process_name`, but there'd really be no
point to that.

Jason Creighton




More information about the TAG mailing list