Created
December 3, 2022 05:45
-
-
Save aslamanver/e094408c3fff91296ae02b684d131938 to your computer and use it in GitHub Desktop.
Email Inodes Optimization
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
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