Skip to content

Instantly share code, notes, and snippets.

@bds
Created June 8, 2012 00:46
Show Gist options
  • Save bds/2892707 to your computer and use it in GitHub Desktop.
Save bds/2892707 to your computer and use it in GitHub Desktop.
Unix find, move and rename a downloaded file with a space in the filename
find ~/Downloads -name '*(2).yml' -exec cp {} ~/project-foo/config/newrelic.yml \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment