Created
July 7, 2021 07:38
-
-
Save techie2000/42c3ee5115926dbb484e1d35f865db1e to your computer and use it in GitHub Desktop.
Show hardlinks in a nicely formated fashion
This file contains 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
find . -xdev ! -type d -links +1 -printf '%20i %20D %p\n' | sort -n | uniq -w 42 --all-repeated=separate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment