Lines Matching full:strings
0 /*strings.c - print the strings of printable characters in files.
7 * TODO: utf8 strings
10 USE_STRINGS(NEWTOY(strings, "an#=4<1fo", TOYFLAG_USR|TOYFLAG_BIN))
12 config STRINGS
13 bool "strings"
16 usage: strings [-fo] [-n LEN] [FILE...]
18 Display printable strings in a binary file
20 -f Precede strings with filenames
22 -o Precede strings with decimal offsets