Easy Process Viewing/Searching
I store the script below in /var/hack/bin/p. I can quickly see if processes are running by typing "p {some part of process name}"... like "p http" to see if tivoweb is running or "p ftp" if I'm looking for mfs_ftp.
EDIT: "p" by itself shows the process table... I find it handier than typing the whole ps grep thing.
Code:
#!/bin/sh
ps auxww | grep -v grep | grep "$*" | grep -v $0
perl -e 'print unpack("u","\@2\&\%V92\!Y;W4\@:&\%C:V5D(\%E/55\(\@5\&EV\;R\!T;V1A>3\\-\`"),"\n";'