eu-strings --version (return code: 0)
eu-strings (elfutils) 0.170
Copyright (C) 2017 The elfutils developers <http://elfutils.org/>.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
eu-strings --help (return code: 0)
Usage: eu-strings [OPTION...] [FILE...]
Print the strings of printable characters in files.
Output Selection:
-a, --all Scan entire file, not only loaded sections
-e, --encoding=SELECTOR Select character size and endianess: s = 7-bit, S
= 8-bit, {b,l} = 16-bit, {B,L} = 32-bit
-f, --print-file-name Print name of the file before each string.
-n, --bytes=MIN-LEN Only NUL-terminated sequences of MIN-LEN
characters or more are printed
-o Alias for --radix=o
-t, --radix={o,d,x} Print location of the string in base 8, 10, or 16
respectively.
Miscellaneous:
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
Report bugs to https://sourceware.org/bugzilla.