[ < < < Home ] [ < < Reference Start ] [ < Reference Contents ]
[ < Previous=STRINGS 3.11 ] [ Next=HEAD 3.11 > ]

Intelligence Services

STRINGS 3.11 Options

STRINGS has option Menu sections for:

	File, View, STRINGS, Misc and Help.

The File, View, Misc and Help menu sections gives standard
options like those used by other Text Tools in PentaTextTools.

Many of these options are detailed in COMMON Options.

The View Menu has an especially useful option "-w" that extracts
text with White Space from binary files so it can be read more
easily.

The STRINGS Menu gives options that display lengths of visible
text sequences, set the minimum length for text segments to be
considered strings and set ranges for byte characters in files
that are to be considered White Space or Text characters.

All Options are detailed in this section but some explanations
refer You to COMMON Options.

For BEGINNERS some useful options are:
	-l<d>	  minimum Length for string output. (5)
	-w	  include White space : spaces and tabs.
	-b	  just examine BINARY files.

as detailed below.

See Common Options.

OPTION:

-$	  show contact information.


See Common Options.

OPTION:

-?	  show program information.


See Common Options.

OPTION:

-C<d>	  pre-filter input data by Command <d> with sub [F].


See Common Options.

OPTION:

-C:f<d>	  string for File insert for -C options. ([F])


See Common Options.

OPTION:

-C:i	  when option -C<d> Ignore ERROR LEVEL.


See Common Options.

OPTION:

-C:n	  when option -C<d> No filter.


See Common Options.

OPTION:

-N	  No process of data.


See Common Options.

OPTION:

-O	  turn Off all options.


See Common Options.

OPTION:

-R<d>	  Register this program with supplied key <d> and .KEY file.


See Common Options.

OPTION:

-V	  Verbose comment(s).


If a file has NO strings, then a line is output to say so.

OPTION:

-X<d>	  eXclude files list.++


See Common Options.

OPTION:

-a	  show All of Many options by Menu.


See Common Options.

OPTION:

-b	  just examine BINARY files.


Only files that have at least 1 character byte between 128 and
255 in value are considered eligible for filtering.

OPTION:

-d	  show output Data length with prefix DL.


Each time the a string of text is extracted for output, the
length of output will be given before any output.  Example :
"DL24".


	strings -d file_id.diz


..."-d" shows Data Length DL numbers of each text segment
greater or equal to 5 characters in length in file_id.diz.

OPTION:

-f	  show File name at front of each line.


See Common Options.

OPTION:

-h	  select Hidden files too.


See Common Options.

OPTION:

-jA       options with Attached list data (++) can Accumulate.


See Common Options

OPTION:

-jF<d>	  take options and specs from File name <d>.


See Common Options.

OPTION:

-jH<d>    program Home executable directory substitute string. (:HOME:)


See Common Options.

OPTION:

-je	  expand Environment %VARIABLES% in program parameters.


See Common Options.

OPTION:

-jn	  wait for Network access.


See Common Options.

OPTION:

-jp	  do data Prompt.


See Common Options.


OPTION:

-js<d>	  String characters range is <d>. ([\33-\126])


This option is like common option -jT<d>.  It allows other
non-English characters to be considered as being text strings.

This specifies the range that will determine if a character is
regarded as a string member or not.

It is useful for international character sets that might have
accented characters not part of the English character set.


	strings -js"[a-zA-Z]" file_id.diz


...-js"[a-zA-Z]" sets the characters recognised as text to

	abcdefghijklmnopqrstuvwxyz

and

	ABCDEFGHIJKLMNOPQRSTUVWXYZ

and only text strings consisting of letters are considered.

See Also Strings Option -jw<d> and Common Option -jT<d>.

OPTION:

-jq<d>    command quote sequence. (")


See Common Options.

OPTION:

-jw<d>	  white space character range is <d>. ([\9\10\13\32])


Like option -js<d>.

To be used with option -w for including WhiteSpace.

This specifies the range for characters that are
regarded as a white space character.

The character defaults are

\9	Tab
\10	LineFeed
\13	Return
\32	Space


	strings -w -jw"[\32]" file_id.diz


...-jw"[\32]" sets the characters recognised as white space to
the space (\32) characters and only text sequences having
spaces between strings are shown.

See Also Strings Option -js<d> and Common Option -jT<d>.

OPTION:

-l<d>	  minimum Length for string output. (5)


Any sequence of filtered characters as wide as <d> or longer is
extracted.

The default length is 5.


	strings -l10 file_id.diz


..."-l10" shows text segments greater or equal to 10 characters
in length in file_id.diz.

OPTION:

-o	  Omit single file name at start of output.


See Common Options.

OPTION:

-r	  Recursive search for file(s), dir\files(s) or dir\.


See Common Options.

OPTION:

-tC	  open all files as Compatible for sharing.


See Common Options.

OPTION:

-tF<d>	  default directories for option -jF<d> command File(s).++ (.;:HOME:)


See Common Options.

OPTION:

-tI	  show all options by Input/Output.


See Common Options.

OPTION:

-tK	  allow Key buffer for typeahead.


See Common Options.

OPTION:

-tL	  use <Long file names> in output.


See Common Options.

OPTION:

-tS	  show all options by Sequence.


See Common Options.

OPTION:

-tT<d>    Temporary files directory. (%TEMP%)


See Common Options.

OPTION:

-tV<d>	  display message <d> on Video screen.


See Common Options.

OPTION:

-tb	  disable VGA Blink.


See Common Options.

OPTION:

-tc<d>	  column to wrap data display.


See Common Options.

OPTION:

-td	  show screen space or tab as Dot or diamond.


See Common Options.

OPTION:

-te	  Eliminate screen status line.


See Common Options.

OPTION:

-tf	  try old standard DOS 8.3 File names first.


See Common Options.

OPTION:

-ti	  use Input by pipe | or redirect < for Keys Input.


See Common Options.

OPTION:

-tk	  press Key to continue.


See Common Options.

OPTIONS:
-ta<d>	  save All output to file <d>.
-to<d>	  save Output to file <d>.
-tw<d>	  save Warnings and error messages to file <d>.
-tA	  append All output if option -to<d>.
-tO	  append Output if option -to<d>.
-tW	  append Warnings and error messages if option -tw<d>.

See Common Options.


OPTION:

-w	  include White space : spaces and tabs.


Any spaces, tabs or other text following a text sequence are
output along with the leading text sequence.


	strings -w vendinfo.diz


..."-w" shows any text segments greater or equal to 5
characters in length in vendinfo.diz along with spaces, tabs
and other text following the segments.

Use this to extract text from Word Processor documents that
often contain areas of usable text as paragraphs.

[ < < < Home ] [ < < Reference Start ] [ < Reference Contents ]
[ < Previous=STRINGS 3.11 ] [ Next=HEAD 3.11 > ]

Intelligence Services

© Intelligence Services 1987 - 2008   GPO Box 9,   ADELAIDE SA 5001,   AUSTRALIA
EMAIL   :   intlsvs@gmail.com