Skip to content

Instantly share code, notes, and snippets.

@mariomartinezsz
Last active July 28, 2018 05:28
Show Gist options
  • Select an option

  • Save mariomartinezsz/d24e78afbf2554b191f4 to your computer and use it in GitHub Desktop.

Select an option

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