BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 21 definitions for String.

Strings (Unix)

Print-Friendly
About 1 pages (392 words)

Bookmark and Share Know this topic well? Help others and get FREE products!

In computer software, strings is a program in Unix-like operating systems that prints the strings found in an executable. It can be used on object files, and core dumps. Strings are recognised by looking for sequences of at least 4 (by default) printable characters terminating in a NUL character (that is, C strings). Some implementations provide options for determining what is recognised as a printable character, which is useful for finding non-ASCII and wide character text. Common usage includes piping it to grep and fold or redirecting the output to a file. It is part of the GNU Binary Utilities (binutils), and has been ported to other operating systems including Microsoft Windows.

Example

$ strings foobar
Qåtd
/lib/ld-linux.so.2
_Jv_RegisterClasses
__gmon_start__
libc.so.6
puts
_IO_stdin_used
__libc_start_main
GLIBC_2.0
...

See also

Free software Portal

External links

View More Summaries on Strings (Unix)
 
Ask any question on Strings (Unix) and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
Strings (Unix) from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags




About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy