Strings (Unix): Difference between revisions

Content deleted Content added
m The remove line is nothing special about this command. Just the opinion of the writer.
K1767 (talk | contribs)
Try to make some text clearer.
Line 22:
 
==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.
With Butregular ittext files, doesn't''strings''' make the behavior ofand [[Cat_(Unix)|cat]] andgive '''strings'''different the same on regular text filesoutput.
[[Cat_(Unix)|cat]] processesoutputs the non printable characters and output it to the terminal but '''strings''' ignoredoes themnot.
 
It'''strings''' is part of the [[GNU Binary Utilities]] ({{mono|binutils}}), and has been ported to other operating systems including [[Microsoft Windows|Windows]].<ref>[[cygwin]]</ref>
 
==Example==