Skip to content

Instantly share code, notes, and snippets.

@dimitardanailov
Last active March 29, 2016 07:00
Show Gist options
  • Save dimitardanailov/0e211e91019f635acbab to your computer and use it in GitHub Desktop.
Save dimitardanailov/0e211e91019f635acbab to your computer and use it in GitHub Desktop.
Tips and tricks for terminal
# Terminal Tip: Use curly brackets to speed up the creation of multiple files with similar names:
touch store-{products,cart,utils,coupouns}.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment