Re: A few hundred images (in the right order) to pdf
Posted: 2010-05-10T22:13:12-07:00
Thanks for the further input. I guess I misunderstood. But, in fact, I still don't understand. I can understand that mv_perl is a perl script, and I know how to run a perl script. I can also guess that the stuff inside inverted commas is an option that gets passed to the script--correct? But I'm drawing a blank on the "files..." part. Am I supposed to insert something in place of "files..."? Does the script handle wildcards--like *.jpeg? If I could grok perl I could probably look at the script and tell that. But the only thing I grok about perl at the moment is how to run a script someone else has constructed. If you can offer any further clarification, that would be appreciated.anthony wrote:No need to modify, Just use it as I said.
mv_perl 's/\d+/sprintf "%05d", $&/eg' files...
James