www.LinuxHowtos.org

edit this article

Reading binary data with 'strings'

This week's tip shows you how to extract ascii content from binary data using strings. This program is useful for determining the contents of non-text files such as core or other binary error files.

Use strings filename to print the strings of printable characters in the file.

For more information, see man strings.

From http://www.gentoo.org/news/en/gwn/20040315-newsletter.xml


rate this article:
current rating: average rating: 1.2 (35 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back