HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
Variables
docs/quick_start_guide/other6.txt File Reference

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
 

Detailed Description

~~~~ 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.

Variable Documentation

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
Initial value:
='ls -la | egrep "^d"'
alias lsh='ls -Flagt $@ | head'
alias lssdir='ls -ap | grep / | sed "s/\///"'
alias lssdir2='ls -ap| grep / | tail +3 | sed "s/\///"'
alias lt='ls -alrt'
alias mc='mc -a'
alias md='mkdir'
alias mv='mv -i'
alias mydiff='diff -bBdp'
alias mydiff2='diff -bBdpy -W 200'
alias myindent='indent -kr -lc72 -l72 -fca -fc1 -i2 -lp'
alias myps='ps -auxwf'
alias myps2='ps -Heo pid

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
Initial value:
='cd -'
alias rd='rmdir'
alias rm='rm -i'
alias rm0='find -size 0 | xargs rm'
alias rmindir='for fil in `lssdir2`

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.