Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ducin
Created July 18, 2014 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ducin/0a33c257f3744ee31d79 to your computer and use it in GitHub Desktop.
Save ducin/0a33c257f3744ee31d79 to your computer and use it in GitHub Desktop.
example bash aliases used in linux environment
alias cdprojects='cd ~/Projects'
alias pyc-remove='find . -name "*.pyc" -exec rm -rf {} \;'
timestamp2date() {
date -d@$1
}
alias ts2date=timestamp2date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment