We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2268588 commit a607043Copy full SHA for a607043
command/strings.md
@@ -38,7 +38,7 @@ strings /bin/ls
38
列出ls中所有的ASCII文本:
39
40
```shell
41
-cat /bin/ls strings
+cat /bin/ls | strings
42
```
43
44
查找ls中包含libc的字符串,不区分大小写:
0 commit comments