On Thu, Dec 19, 2002 at 09:46:10PM -0500, [EMAIL PROTECTED] wrote:
> No. Note the first column (the inode number) and the column
> between the permissions and the files' owner (the number of hard
> links to the file). Ettore Aldrovandi explained them in his
> mail.
>
> Unfortunately, /usr/bin/[ef]?grep is the same file three times,
> taking up three times as much space as should be necessary. This
Yes, this is indeed puzzling. /usr/bin/grep /usr/bin/[ef]grep are
certainly different files. diff reports them as different, but I
don't know how trustworthy diff is on binary files.
> is probably a concession to HFS+ and/or Apple's package management
> tools. I'm not exactly sure how Apple implements Unix links
> (hard or symbolic) on HFS+.
It seems hard links behave the way you expect:
ubik:/tmp/501/Temporary Items> touch filea
ubik:/tmp/501/Temporary Items> echo Booo > filea
ubik:/tmp/501/Temporary Items> ln filea fileb
ubik:/tmp/501/Temporary Items> ls -li file[ab]
1117037 -rw-r--r-- 2 ettore wheel 5 Dec 19 23:17 filea
1117037 -rw-r--r-- 2 ettore wheel 5 Dec 19 23:17 fileb
ubik:/tmp/501/Temporary Items> cat fileb
Booo
ubik:/tmp/501/Temporary Items> rm filea
ubik:/tmp/501/Temporary Items> ls -li fileb
1117037 -rw-r--r-- 1 ettore wheel 5 Dec 19 23:17 fileb
ubik:/tmp/501/Temporary Items> cat fileb
Booo
This is on a Tibook with everything on HFS+.
--Ettore
--
Ettore Aldrovandi
Department of Mathematics mailto:[EMAIL PROTECTED]
Florida State University http://www.math.fsu.edu/~ealdrov
-------------------------------------------------------
This SF.NET email is sponsored by: The Best Geek Holiday Gifts!
Time is running out! Thinkgeek.com has the coolest gifts for
your favorite geek. Let your fingers do the typing. Visit Now.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users