A quick way to find all PDFs in a folder and dump the list into a text file on the desktop:
find . -type f -iname "*.pdf" > ~/Desktop/pdf-list.txt
This should work to find any files of a specific type.
A quick way to find all PDFs in a folder and dump the list into a text file on the desktop:
find . -type f -iname "*.pdf" > ~/Desktop/pdf-list.txt
This should work to find any files of a specific type.
For further actions, you may consider blocking this person and/or reporting abuse
SameX -
SameX -
SameX -
mohamed Tayel -
Top comments (0)