gpt4 book ai didi

linux - 在 Linux 中 - 如何删除名称为 'erroneous' 的文件?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:59:33 25 4
gpt4 key购买 nike

我的 git 状态日志中不断 pop 一个文件。它看起来像是偶然创建的,但在尝试使用“rm name_of_file”时出现以下错误:

rm: cannot remove `name_of_file': No such file or directory

这是实际的文件名:

how
2d02b0b06030126e194e178ce2493a2de30144c7\033[1~q

最佳答案

选项 1:

使用转义字符。

rm -f "how\ 2d02b0b06030126e194e178ce2493a2de30144c7\\033[1~q"

选项 2:

通过inum值删除

find . -inum | <operation>

关于linux - 在 Linux 中 - 如何删除名称为 'erroneous' 的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18836726/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com