1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
12 <a href=.
>start
</a> =
> <a href=geda-gschem_ug.html
>gschem_ug
</a></br>
13 <div class=
"table sectionedit1"><table class=
"inline">
15 <td class=
"col0"> << <a href=
"geda-gschem_ug-config.html" class=
"wikilink1" title=
"geda-gschem_ug-config.html">Configuring gschem
</a> </td><td class=
"col1"> <strong><a href=
"geda-gschem_ug.html" class=
"wikilink1" title=
"geda-gschem_ug.html">gEDA gschem User Guide
</a></strong> </td><td class=
"col2"> <a href=
"geda-gschem_ug-stroke.html" class=
"wikilink1" title=
"geda-gschem_ug-stroke.html">Mouse gesture support
</a> >> </td>
18 <!-- EDIT1 TABLE [1-138] -->
19 <h2 id=
"command-linearguments">Command-line arguments
</h2>
23 gschem accepts several optional arguments on the command-line. You can get a list of them by running
<code>gschem -h
</code>. gschem also has a manpage (
<code>man gschem
</code>) which lists all of the command line options that it accepts.
28 <h3 id=
"messageoutputanddiagnostics">Message output and diagnostics
</h3>
30 <div class=
"table sectionedit2"><table class=
"inline">
32 <td class=
"col0 leftalign"> <strong>-q
</strong>,
<strong>--quiet
</strong> </td><td class=
"col1"> Quiet mode. Turn off all warnings/notes/messages.
</td>
35 <td class=
"col0"> <strong>-v
</strong>,
<strong>--verbose
</strong> </td><td class=
"col1"> Verbose mode. Output extra diagnostic information.
</td>
38 <td class=
"col0 leftalign"> <strong>-h
</strong>,
<strong>--help
</strong> </td><td class=
"col1"> Print a help message.
</td>
41 <td class=
"col0"> <strong>-V
</strong>,
<strong>--version
</strong> </td><td class=
"col1"> Print gschem version information.
</td>
44 <!-- EDIT2 TABLE [440-725] -->
47 <h3 id=
"schemeextensibility">Scheme extensibility
</h3>
49 <div class=
"table sectionedit3"><table class=
"inline">
51 <td class=
"col0 leftalign"> <strong>-L
</strong> <em class=
"u">DIRECTORY
</em> </td><td class=
"col1"> Prepend
<em class=
"u">DIRECTORY
</em> to the list of directories to be searched for Scheme files.
</td>
54 <td class=
"col0 leftalign"> <strong>-s
</strong> <em class=
"u">FILE
</em> </td><td class=
"col1"> Specify a Scheme script to be executed at startup.
</td>
57 <td class=
"col0 leftalign"> <strong>-c
</strong> <em class=
"u">EXPR
</em> </td><td class=
"col1"> Specify a Scheme expression to be evaluated at startup.
</td>
60 <!-- EDIT3 TABLE [759-1055] -->
63 <h3 id=
"other">Other
</h3>
65 <div class=
"table sectionedit4"><table class=
"inline">
67 <td class=
"col0"> <strong>-r
</strong>,
<strong>--config-file
</strong>=
<em class=
"u">FILE
</em> </td><td class=
"col1"> Specify an additional configuration file to be read after all other configuration files have been processed.
</td>
70 <td class=
"col0"> <strong>-o
</strong>,
<strong>--output
</strong>=
<em class=
"u">FILE
</em> </td><td class=
"col1"> Specify a filename for generating PostScript output. This command line argument is useful when running gschem from a shell script and with a Scheme script. The filename can be changed through the print dialog box.
</td>
73 <td class=
"col0"> <strong>-p
</strong> </td><td class=
"col1"> Automatically place the window. This may be useful if running gschem from the command line and generating output.
</td>
76 <td class=
"col0"> <strong>--
</strong> </td><td class=
"col1"> Treat all remaining arguments as schematic or symbol filenames. Use this if you have a schematic or symbol filename which begins with
"-
".
</td>
79 <!-- EDIT4 TABLE [1074-1770] -->