Created
August 6, 2019 09:08
-
-
Save verticonaut/8a1b22ec42ace0e85a9ed24b78514bf3 to your computer and use it in GitHub Desktop.
copy many files
This file contains 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 f in huk/*.*; do mv "$f" ./; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment