~ubuntu-branches/ubuntu/natty/dealer/natty

« back to all changes in this revision

Viewing changes to Manual/running.html

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2005-09-07 23:32:20 UTC
  • Revision ID: james.westby@ubuntu.com-20050907233220-e7bsghnrwg1ncye4
Tags: upstream-0.20040530
ImportĀ upstreamĀ versionĀ 0.20040530

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
<TITLE>Running the program</TITLE> 
 
4
</HEAD>
 
5
<BODY BGCOLOR="wheat">
 
6
<h1>Running the program</h1>
 
7
 
 
8
Running the program is easy.  On your Unix machine, or the Cygwin prompt
 
9
under Win/NT or Win/98, type:
 
10
 
 
11
<UL>
 
12
 <LI> dealer <A HREF="command.html">[FLAGS]</A> < 
 
13
      <A HREF="input.html">Input_file</A>
 
14
</UL>
 
15
 
 
16
This will start the program, read the <A HREF="input.html">Input_file</A>
 
17
and print the output on your screen. Alternatively, you can use:
 
18
 
 
19
<UL>
 
20
 <LI> dealer <A HREF="command.html">[FLAGS]</A> < 
 
21
      <A HREF="input.html">Input_file</A>  >Output_file
 
22
</UL>
 
23
 
 
24
This will write the output to a file "Output_file".
 
25
<P>
 
26
The input_file argument can also be passed to the program in the normal
 
27
way, instead of being used for input-redirection:
 
28
 
 
29
<UL>
 
30
 <LI> dealer <A HREF="command.html">[FLAGS]</A>
 
31
      <A HREF="input.html">Input_file</A>  >Output_file
 
32
</UL>
 
33
 
 
34
<HR>
 
35
<A HREF="command.html"><IMG SRC="prev.gif" BORDER=0></A>
 
36
<A HREF="index.html"><IMG SRC="index.gif" BORDER=0></A>
 
37
<A HREF="output.html"><IMG SRC="next.gif" BORDER=0></A>
 
38
 
 
39
 
 
40
</BODY>
 
41
</HTML>