From owner-freebsd-hackers@FreeBSD.ORG Thu May 5 11:42:08 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFF916A4CE for ; Thu, 5 May 2005 11:42:08 +0000 (GMT) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E1343DB5 for ; Thu, 5 May 2005 11:42:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id j45Bg60n048477 for ; Thu, 5 May 2005 13:42:06 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.1) with ESMTP id j45Bg6nE086066 for ; Thu, 5 May 2005 13:42:06 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j45Bg6Ug086065 for freebsd-hackers@freebsd.org; Thu, 5 May 2005 13:42:06 +0200 (CEST) (envelope-from wb) Date: Thu, 5 May 2005 13:42:06 +0200 From: Wilko Bulte To: freebsd-hackers@freebsd.org Message-ID: <20050505114206.GA86050@freebie.xs4all.nl> References: <427A014D.6020809@dnainternet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <427A014D.6020809@dnainternet.net> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: req: New feature to rm? Remove file by the inode number X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 11:42:09 -0000 On Thu, May 05, 2005 at 02:19:41PM +0300, Erik Udo wrote.. > I couldn't find a way to remove files that had scandic/non-printable > letters, then i remembered ls showed inode number of the file. Is it > possible to remove the file by the inode number? It would be a > useful feature :) > > I bet there is a way to remove those files, but only > third party programs came to my mind. If you want do to it the hard way: clri(8) :-) -- Wilko Bulte wilko@FreeBSD.org