File: commandline.html

package info (click to toggle)
redet 8.26-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,696 kB
  • sloc: tcl: 38,887; makefile: 58
file content (61 lines) | stat: -rw-r--r-- 2,229 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<!--Time-stamp: <2007-01-26 11:46:38 poser> -->
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
   <META NAME="Author" CONTENT="Bill Poser">

   <TITLE>Redet Reference Manual: Command Line Arguments</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFE2C0" VLINK="#0000EE" LINK="#AA0066" ALINK="#FF0000">

<H2><a name="commandline">Command Line Arguments</a></H2>
<P>
Command line arguments consist of various option flags followed by an optional
filename. If a filename is given, test input data will be read from that file.
</p>
<DL>
<DT>-c[lasses] &lt;filename&gt;</DT>
<DD>Read definitions of character classes from file &lt;filename&gt;</DD>
<DT>-d[ebug]</DT>
<DD>Set debug flag. Among other things, this prevents the various temporary
files from being deleted on exit.</DD>
<DT>-F[eatures] &lt;filename&gt;</DT>
<DD>Read program feature settings from the specified file.</DD>
<DT>-f[ilter]</DT>
<DD>If this flag is specified, regular expression output
is sent to the standard output as well as to the output window,
and test data is automatically read from the standard input.
</DD>
<DT>-H</DT>
<DD>Do not read history file.</DD>
<DT>-h[elp]</DT>
<DD>Print usage information.</DD>
<DT>-I &lt;file name&gt;</DT>
<DD>Read the file &lt;file name&gt; as the initialization file.</dd>
<DT>-i</DT>
<DD>Do not read initialization file.</DD>
<DT>-n</DT>
<DD>Do not execute feature tests.</DD>
<DT>-P[rogramlist]</DT>
<DD>List the programs supported and indicate which are available.</dd>
<DT>-p[rogram] &lt;program&gt;</DT>
<DD>Use &lt;program&gt; to execute regular expressions. If this option is used, it overrides
both the default and any specification of the program in the user's initialization file.</DD>
<DT>-s[ubstitution mode]</DT>
<DD>Start up in substitution mode.</DD>
<DT>-t[est]</DT>
<DD>Print the results of feature tests during palette construction.</DD>
<DT>-v[ersion]</DT>
<DD>Print the program name and version.</DD>
</DL>

<br>
<center><a href="available.html">Next</a></center>
<br>
<center><a href="Manual.html">Back to Table of Contents</a></center>
</body>
</html>