On Mon, 16 Sep 2002, Hiten Desai wrote:
Hi!
I am trying to delete directory with the following name --@app.7 (which is autogenerated by amavis) but when I am trying to delete it with rm -rf command it gives me error : rm: unrecognized option '--@app.7'
how to delete this directory ??
rm -rf --@app.7
or
rm -rf '--@app.7'
-Naren