Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!pasteur!ucbvax!POSTGRES.BERKELEY.EDU!dillon From: dillon@POSTGRES.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Links Message-ID: <8909160128.AA05181@postgres.Berkeley.EDU> Date: 16 Sep 89 01:28:44 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 12 In all my years hacking UNIX systems I've never cared how fast soft links are vs hard links, or hard links vs aliases, or whatever. It simply does not matter, you don't notice the difference. 99.99999% of the time one is worrying about the billions of read() and write() calls you need to make rather than the *one* time you need to open the file. Give me a break! -Matt