Skip to content

Instantly share code, notes, and snippets.

@industral
Last active August 29, 2015 14:04
Show Gist options
  • Save industral/9024859e705c9f6c214e to your computer and use it in GitHub Desktop.
Save industral/9024859e705c9f6c214e to your computer and use it in GitHub Desktop.
BASH advanced usage
mkdir -p p/{1,2,3,4}
touch p/{1,2,3,4}/{package.json,README.md}
rm p/*/package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment