[[command]]
name = "strings"
description = "Extracts sequences of printable characters from binary files. Read-only: scans file contents and writes found strings to stdout without modifying input. Part of GNU binutils and POSIX systems; feature set has been stable for decades with minimal project velocity."
url = "https://man7.org/linux/man-pages/man1/strings.1.html"
level = "Inert"
bare = false
standalone = [
"-V", "-a", "-f", "-h", "-w",
"--all", "--help", "--include-all-whitespace", "--print-file-name", "--version",
]
valued = [
"-T", "-e", "-n", "-o", "-s", "-t",
"--bytes", "--encoding", "--output-separator", "--radix", "--target",
]