Date: Mon, 14 Oct 2002 10:02:57 +0530 From: "Unix Tools" <unixtools@hotmail.com> To: "Brian McCann" <bjm1287@ritvax.isc.rit.edu>, <freebsd-questions@FreeBSD.ORG> Subject: Re: Slightly OT: How to remove an odd file... Message-ID: <OE21zQJMj9E0MqFmD2T0000d633@hotmail.com> References: <004101c272c2$b27b1d70$1500a8c0@dogbert>
next in thread | previous in thread | raw e-mail | index | archive | help
cd to the directory where the file exists write a perl script #!/usr/bin/perl unlink " "; exit(0); ----- Original Message ----- From: "Brian McCann" <bjm1287@ritvax.isc.rit.edu> To: <freebsd-questions@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE21zQJMj9E0MqFmD2T0000d633>