strings (target)
Display printable strings in a binary file (POSIX, toybox)
Syntax:
strings [-fo] [-t oxd] [-n len] [file...]
Runs on:
QNX OS
Options:
- -f
- Show filename.
- -n len
- Form a string of at least len characters (default 4).
- -o
- Show offset (e.g.
-t d
). - -t oxd
- Show offset type:
- d — decimal
- o — octal
- x — hexadecimal
- file
- Pathname of a file to use as input.
Description:
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: