|
|
Bulk convert DMGs to 'Internet enabled' format
I guess this is too little too late for the author of this comment, but the command line 'find' tool is very underutilized.
find . -name \*.dmg -exec hdiutil internet-enable -yes {} \;
That will find all *.dmg files in a directory (and subdirectories) and run that internet-enabling thing.
Bulk convert DMGs to 'Internet enabled' format
The "Internet-enabled" reference is probably to things like Safari which now automatically mount/unstuff files when downloaded.
Bulk convert DMGs to 'Internet enabled' format
You should quote the find . -name *.dmg -exec hdiutil internet-enable -yes "{}" \;
Bulk convert DMGs to 'Internet enabled' format
Ahh.. Right you are. The html posting took that out.
Use the new tag...
Use the [ code ] and [ /code ] tag pair (without the space inside the brackets, and Geeklog will leave all of the backslashes and angle brackets alone.
Use the new tag...
Wandering off-topic, but <CODE> is hardly "new". It's been part of HTML since before I was using HTML. And that began ca. Dec. 1993... Heh.
Use the new tag...
If you read carefully, you'd have noticed he talked about [ code ], not < CODE >. While the latter is HTML, the former is a feature of GeekLog (and of other software like UBB or phpBB). If Rob says it's new, I'd believe him. It's his website after all.
Bulk convert DMGs to 'Internet enabled' format
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.
Bulk convert DMGs to 'Internet enabled' format
Yes, I know, but that require remembering a complex commandline. I |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.10 seconds |
|