From owner-freebsd-questions Mon May 12 04:08:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA12707 for questions-outgoing; Mon, 12 May 1997 04:08:08 -0700 (PDT) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA12647 for ; Mon, 12 May 1997 04:07:57 -0700 (PDT) Received: by mail.EUnet.hu, id NAA03016; Mon, 12 May 1997 13:07:39 +0200 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id KAA00701; Mon, 12 May 1997 10:42:31 +0200 (MET DST) From: Zahemszky Gabor Message-Id: <199705120842.KAA00701@CoDe.hu> Subject: Re: hard links / 2 To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Mon, 12 May 1997 10:42:31 +0200 (MET DST) Cc: un_x@anchorage.net In-Reply-To: from Steve Howe at "May 11, 97 12:09:48 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > is there any way to determine what files are > hard links to s specific file? it's obvious > for softlinks using "ls", but what about > hard links? > ------------------------------------------------------------------------- Answer 2. ncheck -i inode_number_of_file /dev/xyz, where /dev/xyz is the device which holds the filesystem of the file. Gabor -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"