55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>Utilities for working with parameters and variables</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>Utilities for working with parameters and variables</h2>
|
|
|
|
The following are Qshell utilities for working with parameters and
|
|
variables:
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="declare.htm">declare - Declare variables and set attributes</a>
|
|
</li>
|
|
|
|
<li><a href="export.htm">export - Set export attribute for
|
|
variables</a></li>
|
|
|
|
<li><a href="local.htm">local - Assign a local variable in a
|
|
function</a></li>
|
|
|
|
<li>
|
|
<a href="printenv.htm">printenv - Display values of environment variables</a>
|
|
</li>
|
|
|
|
<li><a href="readonly.htm">readonly - Set read-only attribute for
|
|
variables</a></li>
|
|
|
|
<li><a href="set.htm">set - Set or unset options and positional
|
|
parameters</a></li>
|
|
|
|
<li><a href="shift.htm">shift - Shift positional
|
|
parameters</a></li>
|
|
|
|
<li>
|
|
<a href="typeset.htm">typeset - Declare variables and set attributes</a>
|
|
</li>
|
|
|
|
<li><a href="unset.htm">unset - Unset values of variables and
|
|
functions</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|