Pergunta de entrevista da empresa Study.com

How to remove a file in Linux that has a non-alphanumeric character in the name.

Resposta da entrevista

Sigiloso

15 de jan. de 2016

Lookup the inode of the file and do an rm -i

1