The . directory provides the answer to a UNIX(R) puzzle: how do you delete a file named -f? rm -f fails as the filename is taken as a switch. The solution is to use a longer relative path: rm ./-f .


Converted from groff by Ted Faber
Please mail me any problems or comments.