Command to copy all iphone examples from documentation

find /Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets/com.apple.adc.documentation.AppleiPhone2_2.iPhoneLibrary.docset/Contents/Resources/Documents -iname "*.zip" | xargs -J % -n 1 cp % /Users/smorin/Desktop/Phone/2.2Examples

Comments

Popular posts from this blog

Vim vi how to reload a file your editing