Variables | |
alias | lsdir |
alias | user |
alias | cpu |
alias | mem |
alias | bsdstart |
alias | cputime |
alias | etime |
alias | stime |
alias | nice |
alias | ni |
alias | pri |
alias | opri |
alias | stat |
alias | args |
alias cmd alias | p |
do cd | $fil |
rm | rf |
cd | |
~~~~ Useful bash alias's and core dump capability Version 1 Created by Jonathan M. on 01 Jun 2009. One can add to your bash shell startup script: .bashrc , the following:
alias be='emacs -geometry 150x100' alias cd..='cd ..' alias cp='cp -i' alias d='ls' alias df='df -h -x supermount' alias du='du -h' alias dud='dudirs | sort -n' alias dudirs='for fil in lssdir2
; do du -s $fil; done' alias emacs='emacs -geometry 80x50' alias gogrmhd='cd ~/research/grmhdcodes/grmhd3dweno/' alias grmhdstatus='for fil in find | grep grmhdoutput.txt
; do echo $fil; tail -5 $fil; done' alias kde='xinit /usr/bin/startkde' alias l='ls' alias la='ls -a' alias listruns='for fil in find | grep mympirun
; do ls -alrt $fil; done' alias ll='ls -l' alias ls='ls -F –color=auto' alias lsd='ls -d
Definition in file other6.txt.
do cd $fil |
Definition at line 44 of file other6.txt.
alias args |
Definition at line 27 of file other6.txt.
alias bsdstart |
Definition at line 27 of file other6.txt.
cd |
Definition at line 44 of file other6.txt.
alias cpu |
Definition at line 27 of file other6.txt.
alias cputime |
Definition at line 27 of file other6.txt.
alias etime |
Definition at line 27 of file other6.txt.
alias lsdir |
Definition at line 27 of file other6.txt.
alias mem |
Definition at line 27 of file other6.txt.
alias ni |
Definition at line 27 of file other6.txt.
alias nice |
Definition at line 27 of file other6.txt.
alias opri |
Definition at line 27 of file other6.txt.
alias cmd alias p |
Definition at line 40 of file other6.txt.
alias pri |
Definition at line 27 of file other6.txt.
rm rf |
Definition at line 44 of file other6.txt.
alias stat |
Definition at line 27 of file other6.txt.
alias stime |
Definition at line 27 of file other6.txt.
alias user |
Definition at line 27 of file other6.txt.