Ditto mac unix command
-
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/ditto.1.html
Hi all,anyone used ditto to merge the 'two' plugin directories/folders on a mac
I'm thinking, merge source into destination then replace source with a symlink to destination,
any hardcoded plugins would always find what their after...
sound feasable
john -
I'll start answering my own question...
plugs = Sketchup.find_support_file("Plugins")
ditto "#{plugs}" ~/Desktop/!plugs``
this duplicates the entire contents folder structure in a new folder on the desktop... not an unknown path insightsooo.... now to write that dropbox plugin
john
Advertisement