Logo
Web01
Ch4os1@web01:~/commands/strings
← View all bash commands

strings

strings - Extract printable strings from binary files.

Examples

strings /path/to/binary
              

Extract printable strings from a binary file.

string /home/ch4os1s/dontrunme.sh
              

Extract printable strings from 'dontrunme.sh'.

Notes

This command affects only the current shell session.