View Single Post
My drawings are spread across 50 different files.

Here's the command line equivalent of what I want to do:
find . -name "*.graffle" -exec TellOmniGraffleToExportThisFileToPdf {} \;

where TellOmniGraffleToExportThisFileToPdf is the mythical, nonexistent OG command line interface that I wish existed.

- Rush