Date: Tue, 12 Oct 1999 12:45:21 -0400 From: Christopher Michaels <ChrisMic@clientlogic.com> To: 'Johan Pettersson' <johpe159@student.liu.se>, freebsd-questions@FreeBSD.ORG Subject: RE: rm Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105CDF@site2s1>
next in thread | raw e-mail | index | archive | help
Well, as those ??? are most likely not actually question marks, but odd characters that ls has decided not to show you, typing rm ??* won't work. What I would suggest is "ls -B" and that will display that file name with \000 codes to represent the non printing characters, and you could rm the file using that file name. -Chris > -----Original Message----- > From: Johan Pettersson [SMTP:johpe159@student.liu.se] > Sent: Saturday, October 09, 1999 4:25 AM > To: freebsd-questions@FreeBSD.ORG > Subject: rm > > Hello! > > -rwsr-sr-x 1 johpe wheel 0 Oct 8 16:26 > ?O?????e??>????SF>x?:?;???????u???oPK????yw.?X<? > drwxr-xr-x 2 johpe wheel 512 Oct 8 16:26 ??^??%??????"?? > > How do I rm this ? > > //thx Johan > > > > 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?6C37EE640B78D2118D2F00A0C90FCB4401105CDF>