Strings (Unix): Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
mNo edit summary
Line 1:
{{lowercase}}
{{distinguish|string (computing)}}
{{Infobox Softwaresoftware
 
{{Infobox Software
| name = strings
| logo =
Line 13 ⟶ 12:
| latest release version =
| latest release date =
| operating system = [[Unix]] and, [[Unix-like]], [[Inferno (operating system)|Inferno]]
| genre = [[Command (computing)|Command]]
| license =
| website =
}}
In [[computer software]], '''strings''' is a program in [[Unix]] and [[Unix-like]] [[operating system]]s that finds and prints text [[string (computer science)|strings]] embedded in [[binary files]] such as executables. It can be used on object files and [[core dump]]s.
 
In [[computer software]], '''strings''' is a program in [[Unix-like]] [[operating system]]s that finds and prints text [[string (computer science)|strings]] embedded in [[binary files]] such as executables. It can be used on object files and [[core dump]]s.
 
==Overview==
Line 48 ⟶ 46:
==See also==
{{Portal|Free and open-source software}}
* <tt>[[Cat (Unix)|cat]]</tt>
* <tt>[[Paste (Unix)|paste]]</tt>
* [[GNU Debugger]]
* <tt>[[Strip (Unix)|strip]]</tt>
 
==References==