ls -ail *C
will return the inode number. then you can use
find ~/ -inum <inode number> -exec rm -i {} \;
to get rid of the file.
-----Original Message-----
From: Ivo Peksens
[mailto:oracledba-ezmlmshield-x9298223.[Email address protected]
Sent: Tuesday, April 05, 2005 4:21 AM
To: LazyDBA Discussion
Subject: can't delete file!
Hello!
Does anyone know how to delete in Solaris a file named like "-C".
I mean rm command does not see it!
Thanks
Ivo Peksens
ivo.[Email address protected]
2005-04-05 14:18:36
--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these
terms:http://www.lazydba.com/legal.html
Oracle LazyDBA home page