On Wed, Jan 01, 2003 at 07:58:49PM -0500, Tom wrote:
> There are non-printed characters in the file name. The only way to clear up 
> something like this is with:
> rm -ir cur
> 
> (as root) and answer each file with yes.
the unix way would be, first to find out the inum:

ls -i

of the file, and than erase it by find:

find . -inum 12345 -exec rm {} \;

where 12345 should be the inum of the file.

have phun ;)
miLosh

-- 
DONT ATTACK IRAQ !!!

this message was sent by:
+------------------------------+
|.::|[ The pleXus Network ]|::.|
+------------------------------+
www:    plexus.shacknet.nu     |
ftp:    plexus.shacknet.nu     +-------------------+
irc:    plexus.shacknet.nu:6667 channel: #plexus   |
+--------------------------------------------------+-----------+
pub  1024D/C944D699 miLosh (pleXus) <[EMAIL PROTECTED]> \_____
Key fingerprint = 18FB 24BA 77A8 813F 6A8C  F67B C08C 5A76 C944 D699  \
+----------------------------------------------------------------------+

Attachment: msg63620/pgp00000.pgp
Description: PGP signature

Reply via email to