home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: srchtxt Chapter 2
UNIX Commands
Next: Reference: strip
 

strings



strings

 [

options

] 

files

endings::newline/null sequence endings" Search object or binary files for sequences of four or more printable characters that end with a newline or null. See also od .

Options

-a

Search entire file , not just the initialized data portion of object files. Can also specify this option as - .

-o

Display the string's offset position before the string.

-n n

Minimum string length is n (default is 4). Can also specify this option as - n .


Previous: Reference: srchtxt UNIX in a Nutshell: System V Edition Next: Reference: strip
Reference: srchtxt Book Index Reference: strip

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System