On Tue, 10 Jul 2001, Patrick R. Wade wrote:
> 
> !!:gs/'/`/ && slay -HUP `ps -f -C false | awk '{print $1}'`
> 
Ok, i'll bite:

i know that slay is some fancy version of kill that's not a default linux
prog, and the !! replays the last command, :gs/'/`/ substitutes ` for ' in
that command and the `ps ...` bit prints the username of anyone currently
running false; blamed if i can figure out what it's for. 

Reply via email to