Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

.bashrc v2008-10-31 (See related posts)

.bashrc file

# mb, v2008-10-31
# navi
alias ll="ls -l"
alias la="ls -la"
alias lx="ls -CF"
alias u="cd .."
alias back="cd $OLDPWD"

# misc
alias du1="du -sk .[A-z]* *|sort -n" # better du
alias off="logout;exit" 
alias rm_x="rm * .[A-z]* ._*" # also remove hidden files ...
alias ebr="pico ~/.bashrc" # quick edit of .bashrc
alias p="ps xa | grep " 
alias topc="top -o cpu"
alias mud5="telnet 9.63.227.146 3000" # 3kingdoms

You need to create an account or log in to post comments to this site.