KEEP=5
rm -rf `ls -td $PATH_TO_FILES/*/ | tail -n +$(($KEEP+1))`
Created
March 21, 2017 13:02
-
-
Save jkullick/0758cac4514d25fd4c587522f4ff8398 to your computer and use it in GitHub Desktop.
Remove All but x Newest Folders in Directory on Linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment