Created
March 15, 2022 08:13
-
-
Save shijiezhou1/5cc349b215dcd3a9cdab5fda9f174c55 to your computer and use it in GitHub Desktop.
Moving all file with same extension in mac terminal
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 ~/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