Lines Matching full:strings
25 .\" $Id: strings.1 3360 2016-01-24 18:34:06Z jkoshy $
31 .Nm strings
32 .Nd "print the strings of printable characters in files"
69 For ELF objects, scan the entire file for printable strings.
71 Select the character encoding to be used while searching for strings.
129 To display strings in
132 .Dl "$ strings /bin/ls"
134 To display strings in all sections of
137 .Dl "$ strings -a /bin/ln"
139 To display strings in all sections of
142 .Dl "$ strings -a -f -t x /bin/cat"