Query: strings
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRINGS(1) General Commands Manual STRINGS(1)NAMEstrings - print all the strings in a binary fileSYNOPSISstrings [-] [-o] [-n] file ...OPTIONS- search whole file, not just data seg -o Print octal offset of each string -n n is minimum length string (default = 4)EXAMPLESstrings -5 a.out # Print the strings > 4 chars in a.out strings - /bin/sh # Search entire shell file (text and data)DESCRIPTIONStrings 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 STRINGS(1)
Related Man Pages |
---|
strings(1) - netbsd |
h8300-hitachi-coff-strings(1) - debian |
m68hc11-strings(1) - debian |
strings(1) - centos |
strings(1) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Grepping for Exact Strings |
Picking matching strings |
retrieving data between two strings |
Replace a multi-line strings or numbers |
Script to match strings that sometimes are splitted in 2 lines |