On Mon, 16 Sep 2002, Hiten Desai wrote: > Hi! > > I am trying to delete > directory with the following name > [EMAIL PROTECTED] (which is autogenerated by amavis) > but when > I am trying to delete it > with rm -rf command > it gives me > error : > rm: unrecognized option '[EMAIL PROTECTED]' > > how to delete this directory ??
rm -rf [EMAIL PROTECTED] or rm -rf '[EMAIL PROTECTED]' -Naren -- _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

