alias backfile='cd;tar cvXf ~/.tar_exclude ~/home.tar .' alias backtape='cd;tar cv .' alias bps='/usr/ucb/ps -auxww | more' alias c=/usr/bin/clear alias citrixmgr='wfcmgr &' alias citrixusr='wfica &' alias ccd='cd;/usr/bin/clear' alias cp='cp -i' alias cpan='perl -MCPAN -w -e shell;' alias ll='ls -lF' alias lmhosts='vi c:/Windows/System32/Drivers/etc/hosts' alias di='ls -lF | more' #alias beep='/sccm/ops/bin/epage' alias ldir='ls -l | grep ^d | more' alias lfile='ls -l | grep ^- | more' alias lfiles='ls -l | grep -v ^d | more' alias h=history alias mv='mv -i' alias myconsole='/usr/openwin/bin/xterm -C -ls -name CONSOLE-cheetah -bg white -cr red -ms red -sb -sl 10000 &' alias mydisplay="export DISPLAY; DISPLAY=cheetah:0" alias myxterm="nohup /usr/openwin/bin/xterm -ls -name $(hostname) -fg black -bg white -cr red -ms red -rw -sb -sk -fn 8x16 -sl 10000 &" alias mynetscape="/opt/SUNWns6/netscape -ncols 128 &" alias myopera="/usr/bin/opera&" alias myspell="spell +$HOME/etc/words" alias notes='cd ~sau/notes' alias new='ls -lt | head' #alias pass='vi -x ~/etc/...' alias reset='stty sane;. ~/.profile;. ~/.kshrc' alias rm='rm -i' alias root='sudo su - root -c /bin/ksh' alias rs='set noglob; eval `resize`' alias sau='sudo su - sau' alias tasks='nohup /usr/openwin/bin/xterm -T TASKS -fg black -bg white -cr red -ms red -rw -sb -sk -fn 8x16 -geometry 120x40 -sl 10000 -e vi ~/etc/tasks &' alias ctasks='nohup /usr/openwin/bin/xterm -T TASKS -fg black -bg white -cr red -ms red -rw -sb -sk -fn 8x16 -geometry 120x40 -sl 10000 -e vi ~/etc/ctasks &' alias source='. ~/.profile; . ~/.kshrc' alias usage='du -k -s * | sort -nr | more' alias visu='sudo ~sau/etc/visudo' alias vnc='/usr/local/bin/vncviewer 10.2.64.76:0' alias vncdisplay="export DISPLAY; DISPLAY=`hostname`:1" function del { mv $* ~/tmp } function display { export DISPLAY; DISPLAY=${1}:0 } function phone { if (( $# == 2 )) then grep -ih $1 ~/etc/Phone/phone_*${2}* else grep -ih $1 ~/etc/Phone/phone* fi } function gor { nohup /usr/openwin/bin/xterm -T $1 -bg white -cr red -ms red -sb -sk -fn 8x16 -sl 10000 -ls -e rlogin $1 -l $USER & } function gos { if [ $# -eq 2 ] then nohup /usr/openwin/bin/xterm -T $1 -bg white -cr red -ms red -sb -sk -fn 8x16 -sl 10000 -ls -e ssh ${2}@${1} & else nohup /usr/openwin/bin/xterm -T $1 -bg white -cr red -ms red -sb -sk -fn 8x16 -sl 10000 -ls -e ssh $1 & fi } function got { nohup /usr/openwin/bin/xterm -T $1 -bg white -cr red -ms red -sb -sk -fn 8x16 -sl 10000 -ls -e telnet $1 & } function land { fold $* | lp -o landscape } function lpost { postprint -pland $* | lp } function ppost { mp -US $* | lp } function trans { #delete ^M PID=$$ cat $1 | tr -d '\015' >| /tmp/tr.$PID /bin/cp /tmp/tr.$PID $1 }