Skip to content

Instantly share code, notes, and snippets.

@zabih-alipour
Created November 9, 2019 15:55
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 zabih-alipour/0ef4b19914f794befafeeafc21e87a76 to your computer and use it in GitHub Desktop.
Save zabih-alipour/0ef4b19914f794befafeeafc21e87a76 to your computer and use it in GitHub Desktop.
Copy all specific type file to another folder
find . -maxdepth 4 -name "*.pdf" -type f -print0 | xargs --null -I {} cp -rf {} ~/Documents/cp_calibre_pdf/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment