Skip to content

Instantly share code, notes, and snippets.

@gzachariadis
Created October 18, 2023 07:52
Show Gist options
  • Save gzachariadis/fe216490f004785f46f7dd26773573b8 to your computer and use it in GitHub Desktop.
Save gzachariadis/fe216490f004785f46f7dd26773573b8 to your computer and use it in GitHub Desktop.
Find & Fetch all PDF files and transfer them on your Computer
./adb shell find /storage/emulated/0/ -type f -name '*.pdf'| foreach {./adb pull $_ 'C:\Users\Reverse\Desktop\PDF'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment