当前位置: 技术问答>linux和unix
关于linux下删除含有非法字符的文件
来源: 互联网 发布时间:2017-02-21
本文导语: 我不小心用tar生成了一个名叫 --help.tgz 的文件,请问有什么办法通过命令行删除它吗? 我的Linux没有图形界面的,谢谢。 | To remove a file whose name starts with a `-', for example `-foo', use one of these co...
我不小心用tar生成了一个名叫 --help.tgz 的文件,请问有什么办法通过命令行删除它吗?
我的Linux没有图形界面的,谢谢。
我的Linux没有图形界面的,谢谢。
|
To remove a file whose name starts with a `-', for example `-foo',
use one of these commands:
rm -- -foo
rm ./-foo