Skip to content

Commit 7b62898

Browse files
committed
docs(expansion): 带通配符的文件名也可以放在双引号中
1 parent 4be9b6f commit 7b62898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Bash 4.0 新增了一个`globstar`参数,允许`**`匹配零个或多个子目
582582
583583
**(4)文件名可以使用通配符。**
584584
585-
Bash 允许文件名使用通配符,即文件名包括特殊字符。这时引用文件名,需要把文件名放在单引号里面
585+
Bash 允许文件名使用通配符,即文件名包括特殊字符。这时引用文件名,需要把文件名放在单引号或双引号里面
586586
587587
```bash
588588
$ touch 'fo*'

0 commit comments

Comments
 (0)