Created
June 8, 2012 00:46
-
-
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
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
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