14.6.3 Options
The long and short forms of options, shown in the following table as alternatives, are equivalent.
Option | Function |
---|---|
-a
|
Do not scan only the initialized and loaded sections of object files; scan the whole files. |
-f
|
Print the name of the file before each string. |
--help |
Print a summary of the program usage on the standard output and exit. |
-min-len
|
Print sequences of characters that are at
least -min-len characters long, instead of
the default 4. |
-t
radix
|
Print the offset within the file before each
string. The single character argument specifies the radix of the offset:
o for octal, x for hexadecimal or d for
decimal. |
-v
|
Print the program version number on the standard output and exit. |