Created
January 24, 2020 13:38
-
-
Save varnav/82a545105681753c19aabbbef6435863 to your computer and use it in GitHub Desktop.
ZX old directories
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
| XZ_OPT="--threads=4" nohup find . -maxdepth 1 -type d -mtime +1000 -exec tar --remove-files -cJf {}.tar.xz {} \; & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment