K 10 svn:author V 4 ache K 8 svn:date V 27 2002-05-17T11:52:48.000000Z K 7 svn:log V 240 Trailing slash fixes. Fix the case: cp file nonexistent/ which create nonextstent as file while trailing slash clearly indicates that nonexistent must be a directory. Also fix the case: cp file1 file2/ which should produce error. END