Skip to content

Commit ec744c5

Browse files
committed
docs(expansion): fix wangdoc#79
1 parent 5a0ba5a commit ec744c5

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
@@ -256,7 +256,7 @@ report3.txt
256256
这种简写形式有一个否定形式`[!start-end]`,表示匹配不属于这个范围的字符。比如,`[!a-zA-Z]`表示匹配非英文字母的字符。
257257

258258
```bash
259-
$ echo report[!1–3].txt
259+
$ ls report[!1–3].txt
260260
report4.txt report5.txt
261261
```
262262

0 commit comments

Comments
 (0)