Skip to content

Instantly share code, notes, and snippets.

@aslamanver
Created December 3, 2022 05:45
Show Gist options
  • Save aslamanver/e094408c3fff91296ae02b684d131938 to your computer and use it in GitHub Desktop.
Save aslamanver/e094408c3fff91296ae02b684d131938 to your computer and use it in GitHub Desktop.
Email Inodes Optimization
du -s --inodes * | sort -n
find * -type f -mtime +0 | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment