> Not really a bug; more a lack of feature...Please could we have a -d option
> to stop move de-referencing symbolic links?

Huh?  The mv command does not dereference symbolic links.  They will
be moved like any other file.  If you would please report the version
(mv --version) of the program, the operating system (uname -a), and a
test case to be able to reproduce the problem.  Thanks.

  ln -s junk foo
  ls -l foo
  lrwxrwxrwx    1 bob      bob             3 Oct 21 16:33 foo -> junk
  mv foo bar
  lrwxrwxrwx    1 bob      bob             3 Oct 21 16:33 bar -> junk
  ls -l bar

Bob

> Matthew Bell
> [EMAIL PROTECTED]
> 
> p.s. For now I'll use an alias to copy and rm :).

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to