How can I list all files with hardlinks and the associated paths?
It should be a sorted list, by the inode ID.
EDIT: sure, I mean all files with a hardlink number >=2
I thought about a list like
INODE_ID   FILEPATH
1234 /tmp/test1
1234 /tmp/test2
3245 /tmp/test4
3245 /tmp/test3
 
     
    