Hacker News new | ask | show | jobs
by nostoc 1626 days ago
you want to delete a file called '-rf' ?

rm ./-rf

If you have some weird characters in the filename, you can also let your shell escape whatever character is problematic by using autocomplete, starting with './'

1 comments

"Using tab for autocompletion doesn't work for certain kinds of filenames"

https://unix.stackexchange.com/questions/508267/using-tab-fo...