M martinthurn New member Dec 4, 2009 #1 if (1 < (stat($filename))[3]) { # File $filename has more than one hard link to it }
M martinthurn New member Dec 4, 2009 #2 if (1 < (stat($filename))[3]) { # File $filename has more than one hard link to it }
@ *@@du* New member Dec 4, 2009 #3 ...multiple links only? In UNIX..we can have a file with multiple links..and with 'ls -l' command ,we can find howmany such files do we have..
...multiple links only? In UNIX..we can have a file with multiple links..and with 'ls -l' command ,we can find howmany such files do we have..