Content deleted Content added
m fix wrong font issue. |
m The remove line is nothing special about this command. Just the opinion of the writer. |
||
Line 23:
==Overview==
Strings are recognized by looking for sequences of at least 4 (by default) printable characters terminating in a NUL character (that is, [[null-terminated string]]s). 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 prints the strings from the initialized and loaded sections of object files; for other types of files, it prints the strings from the whole file. But it doesn't make the behavior of [[Cat_(Unix)|cat]] and '''strings''' the same on regular text files. [[Cat_(Unix)|cat]] processes the non printable characters and output it to the terminal but '''strings''' ignore them.
It is part of the [[GNU Binary Utilities]] ({{mono|binutils}}), and has been ported to other operating systems including [[Microsoft Windows|Windows]].<ref>[[cygwin]]</ref>
|