Remove it by it's inode number (assuming you have no hard links
to the file):
# ls -i
1852 ?
123 fileA
# find . -inum 1852 -exec rm {} \;
Your welcome,
Scott
--
***************************************************************
* =====\==/ Scott A. Lane *
* ======\/ Visual Systems Installation Engineer *
* ======/\ Database *
* I M A G E fax #: 408-993-1050 *
***************************************************************