Skip to content

Commit a607043

Browse files
authored
doc: update command/strings.md (#617)
`实例` 中的第二个例子的命令错误,缺少管道符 `|`
1 parent 2268588 commit a607043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ strings /bin/ls
3838
列出ls中所有的ASCII文本:
3939

4040
```shell
41-
cat /bin/ls strings
41+
cat /bin/ls | strings
4242
```
4343

4444
查找ls中包含libc的字符串,不区分大小写:

0 commit comments

Comments
 (0)