【问题标题】:How to remove the hashtag #index.html# file in linux/unix?如何删除 linux/unix 中的标签 #index.html# 文件?
【发布时间】:2013-07-18 15:50:29
【问题描述】:

如果我在终端,我得到了这个

#index.html#  Procfile  bootstrap index.html

我想删除这个#index.html# 文件,我该怎么做?

打字

rm -f #index.html#

不起作用。另外,有人知道为什么它首先存在吗?我正在使用 aws EC2。

【问题讨论】:

    标签: linux command-line amazon-web-services terminal


    【解决方案1】:

    # 是一个特殊字符:你必须反斜杠:

    rm -f \#index.html#

    如果此目录是 CVS 存储库的一部分并且此文件存在冲突,则可能会出现此文件(请参阅 cvs update 的手册页)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-11-25
      • 2020-09-02
      • 1970-01-01
      • 2017-03-21
      • 2013-01-12
      相关资源
      最近更新 更多