strings.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 34 行

1
34
字号
.\" SCCSID: @(#)strings.1	8.1	9/11/90.TH strings 1.SH Namestrings \- print ASCII strings in program.SH Syntax.B strings[\fB\-|a\fR] [\fB\-o\fR] [\fB\-\fInumber\fR\|] \fIfile...\fR.SH Description.NXR "strings command".NXR "string" "defined".NXR "object file" "finding printable strings".NXR "binary file" "finding printable strings"The.PN stringscommand looks for ascii strings in a binary file.A string is any sequence of 4 or more printing characters ending witha newline or a null..PPThe.PN stringscommandis useful for identifying random object files and many other things..SH Options.IP "\fB\-\fR or \fB\-a\fR" 10 Looks through the entire object file for ASCII strings.  Default is to look only in the initialized data space.  .IP \fB\-\fInumber\fRSets the minimum string length to specified number of characters and default is 4..IP \fB\-o\fRPrecedes each string with its file offset (octal).  .SH See Alsood(1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?