Skip to content

Instantly share code, notes, and snippets.

@varnav
Created January 24, 2020 13:38
Show Gist options
  • Select an option

  • Save varnav/82a545105681753c19aabbbef6435863 to your computer and use it in GitHub Desktop.

Select an option

Save varnav/82a545105681753c19aabbbef6435863 to your computer and use it in GitHub Desktop.
ZX old directories
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