# 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
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)
You need to create an account or log in to post comments to this site.
Related Posts
» Compiling GNU coreutils on M... in shell osx mac bash unix linux compile man manpage path info gnu seq coreutils infopath
» Compiling GNU sed 4.1.4 on M... in shell osx mac bash unix linux sed gnu case insensitive
» Compile & install git on Mac... in version shell osx mac bash unix linux xcode git control rudix gpg gettext
» ASCII art demo using AAlib in shell osx mac bash unix linux installer ASCII art demo aalib pkg
» MPlayer on Mac OS X in shell osx mac bash line unix linux mplayer file array video macports youtube audio ln
» Reverse DNS from command line in shell osx unix linux
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails