[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Project Proposal (was: Re: SOT: regarding linux-unfriendly ISPs)



Oleg Goldshmidt <oleg@bfr.co.il> writes:

> kill `ps auxw | grep [p]ppd | awk '{print $2}'`

just make it

kill `ps auxw | awk '/[p]ppd/ {print $2}'`

before someone else points it out ;-)

-- 
Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | oleg@bfr.co.il
"A sense of the fundamental decencies is parceled out 
unequally at birth." [F. Scott FitzGerald]

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il