Strings

From DikapediaV2
Revision as of 20:47, 18 August 2025 by Ardika Sulistija (talk | contribs) (Created page with "<b>strings</b> - print the strings of printable characters in files. The strings command extracts and prints the printable character sequences (strings) found within a file. It is often used to inspect binary files, object files, or other non-text files to find human-readable text embedded within them. sudo strings <some_file>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

strings - print the strings of printable characters in files.

The strings command extracts and prints the printable character sequences (strings) found within a file. It is often used to inspect binary files, object files, or other non-text files to find human-readable text embedded within them.

sudo strings <some_file>