From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 21:18:38 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EEC416A4CE for ; Tue, 1 Mar 2005 21:18:38 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C94543D2F for ; Tue, 1 Mar 2005 21:18:38 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 7CB7D21FC65 for ; Tue, 1 Mar 2005 15:18:37 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92589-06 for ; Tue, 1 Mar 2005 15:18:37 -0600 (CST) Received: from janus.daycos.com (janus.daycos.com [204.26.70.77]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id D28DB21FC56 for ; Tue, 1 Mar 2005 15:18:36 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Tue, 1 Mar 2005 15:18:31 -0600 User-Agent: KMail/1.7.2 References: <20050228165856.D333143D5F@mx1.FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3453662.eLBc6QmuNU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200503011518.35088.kirk@strauser.com> X-Virus-Scanned: amavisd-new at honeypot.net Subject: Re: dir ~ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 21:18:38 -0000 --nextPart3453662.eLBc6QmuNU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 01 March 2005 12:33, Xavier Maillard wrote: > My best bet on this issue is to list this by inode -i.e. ls -i > and then track this inode using the inum switch of the find > command to delete the item. Ouch. "rm -- fileWithWeirdName" is usually a lot easier. For example, if= =20 you create a file named "-", then "rm -- -" will get rid of it. =2D-=20 Kirk Strauser --nextPart3453662.eLBc6QmuNU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iD8DBQBCJNwr5sRg+Y0CpvERAmJ5AKClKQ5ZCYdZGFseLIq5rU1rEUuXsQCeNH/e 3G67/zI2rKPjwpzOtCfP5ds= =hFxk -----END PGP SIGNATURE----- --nextPart3453662.eLBc6QmuNU--