Can't delete a directory on HP-UX

Hi,

I am having hard time to delete a directory:

$ rm -r testoxdwdw
rm: testoxdwdw non-existent

$ rmdir testoxdwdw
rmdir: testoxdwdw: No such file or directory

$ rm -rf testoxdwdw

Thanks!

You probably have an unprintable character in the directory name. View the name with "ls -b" in the parent directory.

We have some rules here and one of them is:
(4) Do not 'bump up' questions if they are not answered promptly. No duplicate or cross-posting and do not report a post where your goal is to get an answer more quickly.

I have closed you duplicate thread.