To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % strings filename
  will list the displayable strings in the data segment of an object or
  other binary file.  This can be effective for listing error messages,
  library references, or other normally unaccessible information.


 % strings - filename
  will list all strings (including the data and program segments) of a
  binary file.

To Index