Created
April 11, 2017 17:57
-
-
Save romach/b82a0551b39cd0d789b3ac5fd5a02ff0 to your computer and use it in GitHub Desktop.
Copy files with wildcard
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
for file in binlog.*; do cp "$file" "/destination/${file}";done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment