Help for this page

Select Code to Download


  1. or download this
    * * * * * ps -lf | grep "user" |  perl -ane '($h,$m,$s) = split /:/,$F
    +[13]; kill 9, $F[3] if ($h > 1);'
    
  2. or download this
    #!/bin/sh
    # longprockill.sh
    ps -lf | grep "user" |  perl -ane '($h,$m,$s) = split /:/,$F[13]; kill
    + 9, $F[3] if ($h > 1);'
    
  3. or download this
    * * * * * longprockill.sh