Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon
From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
Newsgroups: comp.sys.amiga
Subject: Passive RAM: bug in 1.2
Message-ID: <8612170619.AA03244@cory.Berkeley.EDU>
Date: Wed, 17-Dec-86 01:19:00 EST
Article-I.D.: cory.8612170619.AA03244
Posted: Wed Dec 17 01:19:00 1986
Date-Received: Wed, 17-Dec-86 23:40:38 EST
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: University of California at Berkeley
Lines: 14


	If you create two normal files, ONE, and TWO, you can rename one of
the files to the other's name and then you have two files named the same.

% echo "1" >ONE
% echo "2" >TWO
% mv ONE TWO
% dir
rwxd	2	TWO
rwxd	2	TWO
TOTAL: 4
% 

					-Matt