Skip to content

Instantly share code, notes, and snippets.

@matthewpoer
Created March 9, 2015 03:40
Show Gist options
  • Save matthewpoer/b0dda6fb4f146a52d813 to your computer and use it in GitHub Desktop.
Save matthewpoer/b0dda6fb4f146a52d813 to your computer and use it in GitHub Desktop.
For every file in this directory, create a new file of the exact same name but prefixed by sugarfield_
find *php -exec touch sugarfield_{} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment