On Tue, 17 Oct 2006 15:46:46 -0700, Bob McGowan wrote: >> Is it possible to find the hard links of the same file? Ie, group the >> above finding into same file groups? > > find . -type f -links +1 -ls | sort -n -k 1 > > This command line will [...] Bingo! thanks a lot. -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/