Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

linux下操作以横线“-”开头的文件

[复制链接]
hao32 发表于 2007-10-19 14:10:02 | 显示全部楼层 |阅读模式
linux下操作以横线“-”开头的文件

当发现有疑难问题不好解决,man一下

#man rm之后,发现一句话:

To remove a file whose name starts with a ‘-’, for example ‘-foo’, use one of these commands:

              rm -- -foo

              rm ./-foo

也就是说,如果要删除一个文件 -foo ,用一般的 rm 命令是完成不了的。 rm -foo 、 rm \-foo 、 rm "-foo" 、 rm "\-foo" …… 都无法将此文件删除,只能通过 rm -- -foo 或者 rm ./-foo 的方式删除
同样此方法对于其它命令都是通用的
vi -- -c 将生成一个 -c 文件
ls -l -- -c 将显示 -c 文件

欢迎转载本文,请注明来自:http://www.linuxsense.org
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-20 11:22 , Processed in 0.022333 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表