Ciao Dan Jacobson, il giorno Tue, Jun 11, 2002 at 08:35:22PM +0800 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 :-( #!/bin/bash wwwoffle -offline KILLPID=$(wwwoffle -status|grep "^Fetch-PIDs"|cut -d':' -f2) kill -9 $KILLPID #EOF :-) > i didn't check on possible health effects. Me too... -- ... E tutti quei momenti andranno perduti nel tempo come lacrime nella pioggia. Saluti, Stefano
