From owner-freebsd-questions Mon Oct 14 9:35:37 2002 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 4ED8237B401 for ; Mon, 14 Oct 2002 09:35:36 -0700 (PDT) Received: from hotmail.com (oe21.pav2.hotmail.com [64.4.36.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87E443EBE for ; Mon, 14 Oct 2002 09:35:35 -0700 (PDT) (envelope-from unixtools@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 14 Oct 2002 09:35:35 -0700 X-Originating-IP: [202.41.224.36] From: "Unix Tools" To: "Brian McCann" , References: <004101c272c2$b27b1d70$1500a8c0@dogbert> Subject: Re: Slightly OT: How to remove an odd file... Date: Mon, 14 Oct 2002 10:02:57 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 14 Oct 2002 16:35:35.0886 (UTC) FILETIME=[B8E5D6E0:01C2739F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cd to the directory where the file exists write a perl script #!/usr/bin/perl unlink " "; exit(0); ----- Original Message ----- From: "Brian McCann" To: Sent: Sunday, October 13, 2002 07:43 PM Subject: Slightly OT: How to remove an odd file... > I've got an interesting question for you all. I've got a file who's > name is " "...3 blank spaces. It shows up when I do an ls -la, and I > can get it's inode # (it's in RedHat...a box I'm going to convert to > FreeBSD real soon)...does anyone know how to remove a file based off of > an inode #? > > --Brian McCann > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message