Return to Snippet

Revision: 25043
at March 18, 2010 11:48 by unravelme1


Initial Code
for file in `find . -type d -name "*.lproj" -not -iname "en*.lproj" -not -iname "ja*.lproj" -exec echo {} \; | sed -e 's/\.\///'`; do rm -vr ./$file ; done

Initial URL


Initial Description


Initial Title
Remove Language Packs from iPhone

Initial Tags
iphone

Initial Language
Bash