Skip to content

Instantly share code, notes, and snippets.

@thegass
Created July 2, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thegass/43d01abd16380a557381 to your computer and use it in GitHub Desktop.
Save thegass/43d01abd16380a557381 to your computer and use it in GitHub Desktop.
save remove typo3temp/Cache/*
for DIR in $(ls typo3temp/Cache); do
mv typo3temp/Cache/${DIR} typo3temp/Cache/${DIR}_old && rm -rf typo3temp/Cache/${DIR}_old && mkdir typo3temp/Cache/${DIR};
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment