Skip to content

Instantly share code, notes, and snippets.

@verticonaut
Created August 6, 2019 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save verticonaut/8a1b22ec42ace0e85a9ed24b78514bf3 to your computer and use it in GitHub Desktop.
Save verticonaut/8a1b22ec42ace0e85a9ed24b78514bf3 to your computer and use it in GitHub Desktop.
copy many files
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