You are not logged in.
Pages: 1
# This makes it easy to get back to where you were
alias cd='pushd'
alias pp='popd'
^only because its easy/quick to type
# quickly sort files by size
alias sz='\ls -al | sort --key 5nr'
# do 'more' on the last argument of the previous command
alias m='more $(history -p !$)'
# I like short aliases but gotta watch out for name collisions
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.