summaryrefslogtreecommitdiff
path: root/help/opie-sh/node17.html
Unidiff
Diffstat (limited to 'help/opie-sh/node17.html') (more/less context) (show whitespace changes)
-rw-r--r--help/opie-sh/node17.html85
1 files changed, 85 insertions, 0 deletions
diff --git a/help/opie-sh/node17.html b/help/opie-sh/node17.html
new file mode 100644
index 0000000..141b07f
--- a/dev/null
+++ b/help/opie-sh/node17.html
@@ -0,0 +1,85 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3<!--Converted with LaTeX2HTML 2002-1 (1.68)
4original version by: Nikos Drakos, CBLU, University of Leeds
5* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
6* with significant contributions from:
7 Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8<HTML>
9<HEAD>
10<TITLE>File input</TITLE>
11<META NAME="description" CONTENT="File input">
12<META NAME="keywords" CONTENT="opie-sh-howto">
13<META NAME="resource-type" CONTENT="document">
14<META NAME="distribution" CONTENT="global">
15
16<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
18<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19
20<LINK REL="STYLESHEET" HREF="opie-sh-howto.css">
21
22<LINK REL="previous" HREF="node16.html">
23<LINK REL="up" HREF="node15.html">
24<LINK REL="next" HREF="node18.html">
25</HEAD>
26
27<BODY >
28<!--Navigation Panel-->
29<A NAME="tex2html245"
30 HREF="node18.html">
31<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 SRC="file:/usr/local/share/lib/latex2html/icons/next.gif"></A>
33<A NAME="tex2html241"
34 HREF="node15.html">
35<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 SRC="file:/usr/local/share/lib/latex2html/icons/up.gif"></A>
37<A NAME="tex2html237"
38 HREF="node16.html">
39<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 SRC="file:/usr/local/share/lib/latex2html/icons/prev.gif"></A>
41<A NAME="tex2html243"
42 HREF="node1.html">
43<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 SRC="file:/usr/local/share/lib/latex2html/icons/contents.gif"></A>
45<BR>
46<B> Next:</B> <A NAME="tex2html246"
47 HREF="node18.html">List box input</A>
48<B> Up:</B> <A NAME="tex2html242"
49 HREF="node15.html">List input</A>
50<B> Previous:</B> <A NAME="tex2html238"
51 HREF="node16.html">Special flags</A>
52 &nbsp <B> <A NAME="tex2html244"
53 HREF="node1.html">Contents</A></B>
54<BR>
55<BR>
56<!--End of Navigation Panel-->
57
58<H3><A NAME="SECTION00053200000000000000">
59File input</A>
60</H3>
61The list input dialog requires that you give it a file input, with the ``-F'' flag. If you do not specify a file, it will use standard input (note: if you specify ``-F'' without a filename, which isnt necessary, it must be the last argument. This will be fixed shortly). The format of this file is one entry per line, blank lines should be ignored. Using stdin is just like using stdin for the file viewer.
62
63<P>
64Example input file:
65<PRE>
66item1
67item2
68item3
69item4
70</PRE>
71
72<P>
73Example command line:
74<PRE>
75opie-sh -i -l -L "Label" -t "Title" -F filename
76</PRE>
77
78<P>
79<BR><HR>
80<ADDRESS>
81
822002-05-15
83</ADDRESS>
84</BODY>
85</HTML>