[comp.sys.amiga] Passive RAM: bug in 1.2

dillon@CORY.BERKELEY.EDU (Matt Dillon) (12/17/86)

	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