Last active
March 29, 2016 07:00
-
-
Save dimitardanailov/0e211e91019f635acbab to your computer and use it in GitHub Desktop.
Tips and tricks for terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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