Skip to content

Instantly share code, notes, and snippets.

@milligramme
Created February 19, 2015 06:27
Show Gist options
  • Select an option

  • Save milligramme/4942599a3ecdd849bf0f to your computer and use it in GitHub Desktop.

Select an option

Save milligramme/4942599a3ecdd849bf0f to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
locale=ja_JP
version=`ls $HOME/Library/Caches/Adobe\ InDesign/ | cut -d\ -f2`
for i in $version
do
echo $i
rm -v $HOME/Library/Caches/Adobe\ InDesign/Version\ $i/$locale/InDesign\ Recovery/*
done
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment