find ./ -name "*.ARC" -mtime +1 -exec ls -l {} \;
find ./ -name "*.ARC" -mtime +1 -exec rm {} \;
find ./ -name "*.ARC" -mtime +1 -exec gzip {} \;
find ./ -name "*.arch" -mtime +1 -exec mv {} /u01/andy/;
rm -f `ls -tr|head -500`
find ./ -grep <what> {} \; -print 2>/dev/null
find ./ -exec grep -l "string" {} \;
lsof -p <pid>
ls -l |sort -k 5
du -sk *|sort -n
cpio -idmv < <filename>
man -k <what> -displays the chapters containing the specified man <chapter> <what> -shows the page
mknod <name> p
:set noai nosm
set -o
set -o vi set -o vi-esccomplete
netstat -r
grep ^ORA- *log |cut -f2 -d"-"|cut -f1 -d:|awk '{print "ORA-" $1}'|sort -u