Changes to Scratchpad between r1 and r2

tcl>file exists x
1
tcl>file exists y
0
tcl>file rename x y
tcl>file exists y
1
tcl>ls -ld y
drwxr-xr-x 2 rkeene users 4096 2008-03-29 23:46 y
(empty)

Legend

     Only in r1
     Only in r2
     -->      Modified slightly between r1 and r2