Google Interview Question

How to delete the file "-f" with rm.

Interview Answer

Anonymous

Sep 21, 2010

rm "./-f"

4