summaryrefslogtreecommitdiff
path: root/static/v10/man1/strings.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/strings.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/strings.1')
-rw-r--r--static/v10/man1/strings.151
1 files changed, 0 insertions, 51 deletions
diff --git a/static/v10/man1/strings.1 b/static/v10/man1/strings.1
deleted file mode 100644
index 487b0f54..00000000
--- a/static/v10/man1/strings.1
+++ /dev/null
@@ -1,51 +0,0 @@
-.TH STRINGS 1
-.CT 1 files
-.SH NAME
-strings \- find printable strings in a file
-.SH SYNOPSIS
-.B strings
-[
-.I option ...
-] [
-.I file ...
-.SH DESCRIPTION
-.I Strings
-looks for and prints
-.SM ASCII
-strings in
-.I files.
-A string is a sequence of printing characters, tabs, or
-backspaces terminated by
-a newline or a null character.
-In object files, strings are normally
-looked for only in the text and data segments.
-The options are:
-.TP
-.B \-t
-Look for strings in the text segment of an object file.
-.TP
-.B \-d
-Look for strings in the data segment of an object file.
-.TP
-.B \-s
-Look for symbol strings in the symbol table of an object file.
-.TP
-.B \-a
-Look for strings throughout the file.
-.TP
-.B \-o
-Precede each string by its octal offset in the file.
-.TP
-\fB\-\fInumber\fR
-Ignore strings less than
-.I number
-characters long (excluding newlines).
-Default length is 4.
-.PP
-.I Strings
-is useful for identifying random object files and many other things.
-.SH "SEE ALSO"
-.IR gre (1),
-.IR xd (1)
-.SH BUGS
-Newlines are quietly inserted in very long strings.