Skip to content

Instantly share code, notes, and snippets.

@ar45
Forked from CMCDragonkai/useful_bash_features.md
Created February 25, 2016 02:31
Show Gist options
  • Save ar45/ed23fdef107e2dd3c728 to your computer and use it in GitHub Desktop.
Save ar45/ed23fdef107e2dd3c728 to your computer and use it in GitHub Desktop.
Bash: Useful Bash Features

Useful Bash Features

  • Ctrl + r - search through command history
  • Alt + * - expand the * before running
  • Ctrl + Alt + e - expand the variables and aliases before running
  • Alt + # - turn current command into a comment and put it into history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment