Get into habit of using,
rm -- *
to be safe.
-- indicated end of command line parameters.
Amish.
benos@hotpop.com wrote:
[edp@edp0 test]$ rm * removing `bios.txt' removing all entries of directory `test' removing the directory itself: `test' [edp@edp0 test]$
its removed the directory itself by taking the option '-rvf'. except file '-rvf'.