Re: mv
Bauke Jan Douma <[email protected]> Fri, 23 Mar 2007 00:09:47 +0100
| Newsgroups | gmane.comp.gnu.core-utils.bugs,gmane.comp.gnu.fileutils.bugs |
|---|---|
| Organization | a training zoo |
| Message-ID | <[email protected]> |
[email protected] wrote on 22-03-07 17:58: > Hello maintainers of the mv command, > I have a problem with the "mv" command. > I cannot rename a file to lower case. > I used mv because Konqueror also fails. > Is there an explanation to this issue? > Greetings, Fabian. Yes! -- in fact there are many possible explanations. That might be a problem right there... ;-) Why don't you for starters do: `strace -o /tmp/mv.log /bin/mv FOO foo' and see if /tmp/mv.log can make you any the wiser. bj