STRINGS(1) GregOS Manual STRINGS(1) NAME strings - extract printable strings from files SYNOPSIS strings DESCRIPTION strings scans the specified file and prints all sequences of printable characters that are at least 4 characters long. Useful for examining binary files. EXAMPLES $ strings /usr/bin/ls (printable strings from binary) AUTHOR Gregory Alan, Summer internship 1982 SEE ALSO decode(1)