Skip to content

Commit

Permalink
doc: update command/strings.md (#617)
Browse files Browse the repository at this point in the history
`实例` 中的第二个例子的命令错误,缺少管道符 `|`
  • Loading branch information
yeungchie authored Nov 26, 2024
1 parent 2268588 commit a607043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ strings /bin/ls
列出ls中所有的ASCII文本:

```shell
cat /bin/ls strings
cat /bin/ls | strings
```

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

0 comments on commit a607043

Please sign in to comment.