mirror of
https://github.com/wangdoc/bash-tutorial.git
synced 2025-12-20 02:18:48 +08:00
docs(quotation): edit text
This commit is contained in:
@@ -157,7 +157,7 @@ world
|
||||
$ ls "two words.txt"
|
||||
```
|
||||
|
||||
上面命令中,`two words.txt`是一个包含空格的文件名,否则就会被 Bash 当作两个文件。
|
||||
上面命令中,`two words.txt`是一个包含空格的文件名,如果不放在双引号里面,就会被 Bash 当作两个文件。
|
||||
|
||||
双引号会原样保存多余的空格。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user