小编Yun*_*ong的帖子

在 find 命令中使用“单引号”或不使用“单引号”有什么区别

find ~/ -name *test.txt
find ~/ -name '*test.txt'
Run Code Online (Sandbox Code Playgroud)

我需要构建一个示例,其中第一种形式失败但第二种形式仍然有效。

shell find quoting

7
推荐指数
1
解决办法
1618
查看次数

标签 统计

find ×1

quoting ×1

shell ×1