Ciao Jacques L'helgoualc'h,
 il giorno Wed, Jun 12, 2002 at 11:11:30AM +0200 hai scritto:

> > # wwwoffle -status
[...]
> > Fetch-PIDs   :  1334 1491 1492 1409
> > # kill -1  1334 1491 1492 1409
> > 
> > seems to do the job.  one could write a script i suppose :-(
> one-liner is sufficient, I hope:
> wwwoffle -status|awk -F: '/^Fetch-PIDs/{system("kill "$2)}'

Sure! :-)
kill -9 $(wwwoffle -status|grep "^Fetch-PIDs"|cut -d':' -f2)


-- 

... E tutti quei momenti andranno perduti nel tempo come lacrime nella pioggia.

Saluti,
  Stefano


Reply via email to