Created
September 4, 2018 07:21
-
-
Save andreasvirkus/570b3b6fa5143a40c70a8c8b0ba5667d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remove all subdirs/files except latest 5 (starting from the 6th here) | |
rm -r `ls -t | tail -n +6` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment