Open
Description
We would like to use dfind in combination with dwalk to find hardlinks.
The dfind command line tool does not provide this option as of now.
I am wondering how difficult it would be to add this feature?
As far as I can tell, dwalk uses stat to retrieve information about a file/directory which is used for some filters (gid, atime, etc).
Is the entire stat struct stored in the binary output of dwalk ? (the text output does not contain it)
Metadata
Metadata
Assignees
Labels
No labels