Created
August 6, 2018 23:28
-
-
Save Khalian/5d40067096025a7c603c68006286c8e2 to your computer and use it in GitHub Desktop.
Find Inodes
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
sudo find . -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment