| STRINGS(1) | General Commands Manual | STRINGS(1) |
strings — find
printable strings
strings |
[-az] [-t
format] [-n
number] [file...] |
strings reads each
file in sequence and writes printable strings longer
than 4 or number. If no file is
given or file is
‘-’, strings
reads from the standard input.
-a-n
number-t
format-zThe strings utility exits 0 on
success, and >0 if an error occurs.
strings should be compliant with the IEEE
Std 1003.1-2024 (“POSIX.1”) specification. The
-z option is an extension.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
| October 31, 2024 | Linux |