MiniGrep	0.04 (19 Jul 2003)
This command is used to search for strings matching a given regular expression. *MiniGrep will read files and display lines which match the search expression supplied. When used in a TaskWindow, with 'Throwback' (-T) enabled, results will be displayed in a throwback-capable client.

Where case insensitive text is being searched form (-i), text is treated as being based in the current territory.

Syntax: *MiniGrep [ -h ] [ -T ] [ -i ] [ -x ] [ -e <search> ] <input>

Parameters:
  -h		Display help message
  -T		Use throwback for matching lines
  -i		Match lines case insensitively
  -x		Expression given is an Extended Regular Expression (ERE) (otherwise it is a BRE)
  -e <search>	Regular expression search string
  <input>	List of files or directories which are to be searched
