Created
July 7, 2021 07:31
-
-
Save techie2000/b6abc1b89de551b1dacc161c8cc3fefc to your computer and use it in GitHub Desktop.
Find files with no hardlinks
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 . -type f -links 1 -print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment