SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 Re: Tips, Tricks & Scripts » newbie linux tricks, whats yours? » 2013-06-30 22:38:35

# 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

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo