Monday, November 06, 2006

Deleting those cranky files

This one is a basic tip although I get to see many people struggling when it comes to handling these files.

File

"file like this"

Delete using

rm "file like this"

File

"-filelikethis"

Delete using

rm -- -filelikethis

or

rm ./-filelikethis

No comments: