Path: utzoo!attcan!uunet!know!cs.utexas.edu!sun-barr!rutgers!uwvax!brownie.cs.wisc.edu!so From: so@brownie.cs.wisc.edu (Bryan So) Newsgroups: comp.os.msdos.programmer Subject: Serious bug in GNUish mv Message-ID: <11303@spool.cs.wisc.edu> Date: 19 Sep 90 04:40:37 GMT Sender: news@spool.cs.wisc.edu Organization: U of Wisconsin CS Dept Lines: 23 I tried out the GNU-ish MSDOS file utilites. Most of them are great! Thanks for the port. However, the following command line: mv ..\test . where "test" does exist gives the following error: cannot move ..\test to ./..\test The file does not get moved but it is removed! Does anybody know whom should I send the bug report? Further, there seems to be no shareware/pd versions of mv that conforms to UNIX semantic, in particular, will recursively move a directory. The GNU port can rename a directory but will not move. Is it that difficult? Bryan