From: "Kapil Sethi" <[EMAIL PROTECTED]>

> How do I list all the files that are hard liked to the same content on the
> hard disk.

ls -li filename # get the inode number
find / -inum <inode-number>

Caveats:

Inode numbers are unique per-filesystem,  so use -xdev

--
Sanjeev

          ================================================
To subscribe, send email to [EMAIL PROTECTED] with subscribe in subject header
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header
Archives are available at http://www.mail-archive.com/ilugd%40wpaa.org
          =================================================

Reply via email to