/usr/share/doc/grads/html/gradcomdrun.html is in grads 2:2.0.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<html>
<title>GrADS Command: run</title>
<body>
<H2><B>run</B></H2><P>
<code>run <i>filename <arguments></i></code>
<p>
This command runs the script contained in the named file, which
generally has a <code>".gs"</code> tag at the end. Optional
<code><i>arguments</i></code> are passed to the script as a string
variable.
<H3>Usage Notes</H3><P>
<p>
The <code>run</code> command and the <code>".gs"</code> extension may
be implied. A Grads command such as:
<ul><code>run cbar.gs</code></ul>
<p>
may be simplified to:
<ul><code>cbar</code></ul>
<p>
See the discussion on <a href="script.html#storing">storing Grads
scripts</a> for further information.
<H3>Examples</H3><P>
</body>
</html>
|