KitzKikz  KitzKikz: ShellTricks   RecentChanges 
 PopularPages 
 SearchPages 
 Home | Trail - ShellTricks
 
Learn Spanish Learn Spanish Today Learn Spanish - Learn Spanish on-line for free, using interactive audio/visual lessons.
 

These are some bash/ksh/tcsh/... tricks I've collected. I'm placing them here because, typically I'm away from my personal machine when I most need one.


Fast Process Search (fps) - I'm constantly checking to see if a certain program or process is running. This helps reduce the typing and the clutter.
    function fps {
        (( $# )) &&
        ps -aux | sed -n "1p;/_µµµµ_µµµµ_fps_µµµµ_µµµµ_/d;/$1/p" ||
        echo "Usage: fps <search string>"
    }


 

 
Free Spanish Lessons
 

 
 EditThisPage · LinksToPage · PageInfo 06/01/05 21:36:50  ·  0.0759s