From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 18:53:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 340E6106567F for ; Wed, 19 Oct 2011 18:53:27 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C42448FC16 for ; Wed, 19 Oct 2011 18:53:26 +0000 (UTC) Received: by eyd10 with SMTP id 10so2707641eyd.13 for ; Wed, 19 Oct 2011 11:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=vUeEkxA+IQvCUP4oYpTHhPKnUKqgsC0aslkXO2kI2rs=; b=NAY2LoSkbd1fUklNq3r0+Np4rahKmRFz0zkrWoGdcbZ3lWP+Mh53HC5Bw0QnXl4wwM xewf1WXRNQ9L3A0dTCq40a1XeH9EXjtC4muTkMf9jD/PatGCrLPjeXaKuFL42Kw/2+ky v5Gq8X0XBEkb/F5vB/OZMRd1t/Bu5DYhSmqzM= MIME-Version: 1.0 Received: by 10.223.16.82 with SMTP id n18mr12683467faa.2.1319048616081; Wed, 19 Oct 2011 11:23:36 -0700 (PDT) Received: by 10.152.11.42 with HTTP; Wed, 19 Oct 2011 11:23:36 -0700 (PDT) Date: Wed, 19 Oct 2011 20:23:36 +0200 Message-ID: From: Andy Wodfer To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Help! Can't delete files ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 18:53:27 -0000 A client has uploaded several files through a CMS and these files contain Norwegian letters (I think). =C6 =D8 and =C5. 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 ls | more: 28b Kjoepesenter n<91>ringsg<86>rdeier.docx If I try: # rm 28b Kjoepesenter n<91>ringsg<86>rdeier.docx Ambiguous input redirect ... Thanks! Andy