Skip to content

Instantly share code, notes, and snippets.

@softstar1990
Last active August 30, 2015 17:39
Show Gist options
  • Save softstar1990/d6c710d993da1f96ec90 to your computer and use it in GitHub Desktop.
Save softstar1990/d6c710d993da1f96ec90 to your computer and use it in GitHub Desktop.
find . -name \*.doc -exec mv {} ~/Desktop/docx \;
find . -type d -empty -exec rmdir {} \;
find . -type d -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment