How do I remove or access a file that has a filename that begins with special characters? - Linux Views : 176
Tagged in : Linux
Send mail vote down 0 vote down 0

How do I remove or access a file that has a filename that begins with special characters?


Use ./ before the filename

root@host:/# rm ./--bad-filename
By - Geethalakshmi, On - 2010-05-30




    Login to add Comments .