PDF's..

Mike13Foxtrot

Well-Known Member
Joined
Aug 9, 2020
Messages
380
Reaction score
418
Credits
3,344
I was clearing some old HD's moving some things deleting some... Found a bunch of PDF files lots of PC and Linux.

I need to move them all into 1 folder and print a list of what I have. If there is any interest.
 


Code:
find /path/to/directory -iname '*.pdf' -exec mv '{}' /path/to/new/folder/ \;

(I know it's not a support request, I just couldn't help myself.)
 
:p hehe...it is on a 500gb old Win HD the folder is labeled PDF but there are about 2000+different ones from Linux to PC's to woodworking etc... got them over the years from a newsreader site. So I have to do some categorizin...
 


Latest posts

Top