On Tue, May 27, 2014 at 8:59 PM, Harald Becker <[email protected]> wrote:

>
> >It seems at least two users ...
> >were unable to remove a file that contained certain foreign
> >characters in the filename, both using BusyBox.
>
> If files get saved with foreign characters you may have
> trouble to enter those names on the command line, but you are
> always able to replace such characters with shell pattern
> characters (either ? or *). Just enter enough other characters to
> select right file and use correct number of question marks to
> replace the foreign characters or use shell star option(s) if
> you can't determine correct number of characters which need to be
> replaced.


For what it's worth the users with this problem were unable to remove the
files using wildcards. For example, one user had a file named:

  På hjul.mkv

ls P* displayed the file.
rm P* returned the error "can't remove 'På Hjul.mkv': No such file or
directory"

I have been unable to find other reports of problems like this. Perhaps it
is unlucky that BusyBox just happened to be 2 for 2!

Jason
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to