Search found 2 matches
- 2011-07-31T21:34:29-07:00
- Forum: Users
- Topic: Converting a million+ files in bash script
- Replies: 3
- Views: 15638
Re: Converting a million+ files in bash script
Thanks very much for replying and I'll take a look at mogrify. While I was waiting to see if anyone would reply, I uninstalled the old version from the repositories and compiled the most up to date version from the source. And lo and behold, it's working! So thanks again for your reply. Best regards ...
- 2011-07-31T16:24:53-07:00
- Forum: Users
- Topic: Converting a million+ files in bash script
- Replies: 3
- Views: 15638
Converting a million+ files in bash script
I have a folder with subfolders with over a million small tif files that I need to convert to pdfs with the same base file name (e.g. file1.tif > file1.pdf). I have attempted a number of different versions of a bash script to accomplish this but am not having any success. The script starts out fine ...