debian - Need to delete a file -ggdb -


so kinda messed managed create file named -ggdb in home directory on debian distribution. have tried surrounding " make string literal (like so: rm "-ggdb") following error: rm: invalid option -- 'g'...

when try rm "\-ggdb" following error:

rm: cannot remove '\\-ggdb': no such file or directory 

any ideas?

try this:

rm -- -ggdb rm ./-ggdb 

Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -