Hi--

On Oct 19, 2011, at 11:23 AM, Andy Wodfer wrote:
> I need to delete about 20 files, but I can't do it through the CMS nor by
> command line on this FreeBSD 8.1 STABLE server. There's something with the
> character encoding/keyboard or server setup I think.
> 
> Please advice.
> 
> This is what a file looks like when I ls:
> 
> 28b Kjoepesenter n?ringsg?rdeier.docx

That's probably UTF-8 encoding of the Norwegian string.  You'd need to quote 
the characters in a fashion appropriate for whichever shell you use; but an 
easier way is likely:

  rm -i *Kjoepesenter*

Regards,
-- 
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to