Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created January 17, 2011 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahurst/783323 to your computer and use it in GitHub Desktop.
Save nahurst/783323 to your computer and use it in GitHub Desktop.
Bash file name expansion
# make a quick backup
cp file{,.bak}
# access files with the same name in different directories
git add app/views/{users,roles}/{index,new}.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment