Laishram Shanta Singh <[EMAIL PROTECTED]> writes:
| There is an unwanted file
| -rw-r--r-- 1 shanta stu 5668864 Sep 9 18:19 kamala.pnm
| which is either a hidden file or something which i want to remove.Let me
| know how to remove.Thanks
Probably starts with a space.
Try this:
rm -i *kamala.pnm
In general, you'll have better luck identifying `hidden'
characters like spaces if you use ls's --escape (-b) option:
$ touch ' kamala.pnm'
$ ls -lb *.pnm
-rw-r--r-- 1 meyering software 0 Sep 9 15:56 \ kamala.pnm