Skip to content

Instantly share code, notes, and snippets.

@CMCDragonkai
Created February 17, 2016 05:18
Show Gist options
  • Save CMCDragonkai/036ef9d3650c6803a561 to your computer and use it in GitHub Desktop.
Save CMCDragonkai/036ef9d3650c6803a561 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