Skip to content

Instantly share code, notes, and snippets.

@shijiezhou1
Created March 15, 2022 08:13
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 shijiezhou1/5cc349b215dcd3a9cdab5fda9f174c55 to your computer and use it in GitHub Desktop.
Save shijiezhou1/5cc349b215dcd3a9cdab5fda9f174c55 to your computer and use it in GitHub Desktop.
Moving all file with same extension in mac terminal
find ~/Desktop/xxx/ -name "*.ext" -exec mv -i {} -t ~/Desktop/xxx \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment