RSS Entries RSS
RSS Subscribe by Email

Helpful Bash Aliases

Just a few to post for right now, but this entry may grow later.

alias ll='ls -la'           # list all directory contents in listing format
alias untargz="tar zxvf"    # unpacks a .tar.gz file
alias rd='cd `pwd -P`'      # change to the real directory if in a linked directory
Share and Enjoy:
  • Add to favorites
  • HackerNews
  • DZone
  • Reddit
  • del.icio.us
  • StumbleUpon
  • Slashdot
  • Digg
  • Google Bookmarks
  • Facebook

RSS feed for comments on this post · TrackBack URL

Leave a Comment