Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Bulk convert DMGs to 'Internet enabled' format' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Bulk convert DMGs to 'Internet enabled' format
Authored by: ajmas on Mar 22, '03 09:37:45AM
There should be a backslash before the semi-colon:

find . -name *.dmg -exec hdiutil internet-enable -yes "{}" \;

I have never needed to use the quotes when using the -exec command, though I will take you word for it.

[ Reply to This | # ]