Content deleted Content added
Stevebroshar (talk | contribs) Remove overkill of 'operating system' |
m v2.05b - Bot T13 CW#549 - Fix errors for CW project (Split link) |
||
(One intermediate revision by one other user not shown) | |||
Line 21:
| website =
}}
<code>'''strings'''</code> is a [[
The command searches for sequences of printable characters that end with a [[null-terminated string|NUL character]] but ignores any sequence that is less than a specified length or 4 characters by default. Some implementations provide options for determining what is recognized as a printable character, which is useful for finding non-[[ASCII]] and [[wide character]] text. By default, it only selects strings from the initialized and loaded sections of an object file. For other types of files, it selects strings from the whole file.
The command is available in [[Unix]], [[Plan 9 from Bell Labs|Plan 9]], [[Inferno (operating system)|Inferno]], and [[Unix-like]] systems. It is part of the [[GNU Binary Utilities]] ({{mono|binutils}}), and has been implemented
==Example==
|