From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/strings.html | 69 --------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 man/man1/strings.html (limited to 'man/man1/strings.html') diff --git a/man/man1/strings.html b/man/man1/strings.html deleted file mode 100644 index 3b1f4eff..00000000 --- a/man/man1/strings.html +++ /dev/null @@ -1,69 +0,0 @@ - -strings(1) - Plan 9 from User Space - - - - -
-
-
STRINGS(1)STRINGS(1) -
-
-

NAME
- -
- - strings – extract printable strings
- -
-

SYNOPSIS
- -
- - strings [ file ... ]
- -
-

DESCRIPTION
- -
- - Strings finds and prints strings containing 6 or more consecutive - printable UTF-encoded characters in a (typically) binary file, - default standard input. Printable characters are taken to be ASCII - characters from blank through tilde (hexadecimal 20 through 7E), - inclusive, and all other characters from value 00A0 to FFFF. - Strings reports the decimal offset within the file at which the - string starts and the text of the string. If the string is longer - than 70 runes the line is terminated by three dots and the printing - is resumed on the next line with the offset of the continuation - line.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/strings.c
-
-
-

SEE ALSO
- -
- - nm(1)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3