# for Linux:
find . -iname "*something*.ext" -exec mv {} another/dir/path \;
Last active
July 28, 2018 05:28
-
-
Save mariomartinezsz/d24e78afbf2554b191f4 to your computer and use it in GitHub Desktop.
Find files in current dir and move them to another
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment