Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ strings(1) — GL2 W2.5r1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

od(1)

STRINGS(1)  —  Silicon Graphics

NAME

strings − find the printable strings in an object, or other binary file

SYNOPSIS

strings [ − ] [ −o ] [ −number ] file ... 

DESCRIPTION

Strings looks for ascii strings in a binary file.  A string is any sequence of 4 or more printing characters ending with a newline or a null.  Unless the − flag is given, strings only looks in the initialized data space of object files.  If the −o flag is given, then each string is preceded by its offset in the file (in decimal).  If the −number flag is given, then number is used as the minimum string length rather than 4. 

Strings is useful for identifying random object files and many other things. 

EXAMPLE

strings obj1

will locate the ASCII-character strings in the object file "obj1". 

SEE ALSO

od(1). 

BUGS

The algorithm for identifying strings is extremely primitive. 

Version 2.5r1  —  October 29, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026