Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2002 23:59:15 +0530
From:      "Unix Tools" <unixtools@hotmail.com>
To:        "Tomasz Koziara" <toko@space.pl>, "freebsd-questions" <freebsd-questions@freebsd.org>
Subject:   Re: how to delete file named "?'??"
Message-ID:  <OE2269dStaJAyBCsAng00000ede@hotmail.com>
References:  <20020925143415.26c320f3.toko@space.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
Perl script
cd to the directory where the file with this wierd name is located

write a perl script del.pl

#!/usr/bin/perl
unlink "  ?'??  ";
exit(0);

Thats it.



----- Original Message ----- 
From: "Tomasz Koziara" <toko@space.pl>
To: "freebsd-questions" <freebsd-questions@freebsd.org>
Sent: Wednesday, September 25, 2002 06:04 PM
Subject: how to delete file named "?'??"


> Hi
> 
> How to delete file named  "  ?'??  "   ?
> This is probably trivial but I tryed and
> still cannot figure it out.
> Thanks.
> 
> Tom
> 
> 
> ====
> Clearasil rozdaje 10 000 Plyt CD z hitami muzyki POP za darmo!
> Chcesz jedna, kliknij. http://a1.o2.pl/rdr.php?banner_id=625
> ====
> 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?OE2269dStaJAyBCsAng00000ede>