Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!samsung!gem.mps.ohio-state.edu!sunybcs!sbcs!stealth!brnstnd From: brnstnd@stealth.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: Alias command Message-ID: <3926@sbcs.sunysb.edu> Date: 13 Nov 89 17:00:52 GMT References: <29537@iuvax.cs.indiana.edu> <15845@bloom-beacon.MIT.EDU> Sender: news@sbcs.sunysb.edu Reply-To: brnstnd@stealth.acf.nyu.edu (Dan Bernstein) Distribution: usa Lines: 8 In article <15845@bloom-beacon.MIT.EDU> jik@athena.mit.edu (Jonathan I. Kamens) writes: > Also, I fail to see how an alias is first going to delete a file, > and *then* going to copy it to your NFS directory. Open the file, unlink the file, cat the file to the new link, change the modes of the new link. Even csh can do it. (grin) ---Dan