Remove strings(1)

This commit is contained in:
Arun Thomas
2011-07-21 19:06:06 +02:00
parent 1341e4aa02
commit db5c83c918
5 changed files with 2 additions and 174 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ MAN= acd.1 anm.1 ar.1 ash.1 asize.1 at.1 banner.1 basename.1 \
profile.1 ps.1 pwd.1 rcp.1 readall.1 readfs.1 recwave.1 \
ref.1 remsync.1 rget.1 rlogin.1 rmdir.1 rsh.1 rz.1 \
shar.1 acksize.1 sleep.1 sort.1 soundoff.1 soundon.1 spell.1 \
split.1 strings.1 strip.1 stty.1 su.1 sum.1 svc.1 \
split.1 strip.1 stty.1 su.1 sum.1 svc.1 \
synctree.1 sysenv.1 sz.1 tail.1 tee.1 telnet.1 template.1 \
term.1 termcap.1 tget.1 time.1 top.1 tr.1 true.1 \
truncate.1 tsort.1 tty.1 umount.1 uname.1 unexpand.1 uniq.1 \
-29
View File
@@ -1,29 +0,0 @@
.TH STRINGS 1
.SH NAME
strings \- print all the strings in a binary file
.SH SYNOPSIS
\fBstrings\fR [\fB\-\fR] [\fB\-o\fR]\fR [\fB\-\fIn\fR] \fIfile ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH OPTIONS
.FL "\-" "search whole file, not just data seg"
.FL "\-o" "Print octal offset of each string"
.FL "\-\fIn" "\fIn\fR is minimum length string (default = 4)"
.SH EXAMPLES
.EX "strings \-5 a.out" "Print the strings > 4 chars in \fIa.out\fR"
.EX "strings \- /bin/sh" "Search entire shell file (text and data)"
.SH DESCRIPTION
.PP
\fIStrings\fR looks for sequences of ASCII characters followed by a zero
byte.
These are usually strings. This program is typically used to help identify
unknown binary programs