ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahz_5.4.0.1/cmdutil.htm

79 lines
1.9 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 running commands</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 running commands</h2>
The following are Qshell utilities for running commands:
<ul>
<li>
<a href="builtin.htm">builtin - Run a shell builtin utility</a>
</li>
<li><a href="command.htm">command - Run a simple command</a></li>
<li><a href="dot.htm">dot (.) - Run commands in current
environment</a></li>
<li><a href="env.htm">env - Set environment for command
invocation</a></li>
<li><a href="eval.htm">eval - Construct command by concatenating
arguments</a></li>
<li><a href="exec.htm">exec - Run commands and open, close, or copy
descriptors</a></li>
<li><a href="exit.htm">exit - Exit from the shell</a></li>
<li>
<a href="help.htm">help - Display information for built-in utility</a>
</li>
<li>
<a href="nohup.htm">nohup - Run utility without hangups</a>
</li>
<li><a href="qsh.htm">qsh - Qshell command language interpreter</a></li>
<li>
<a href="rexec.htm">rexec - Run remote command</a>
</li>
<li>
<a href="rexx.htm">rexx - Run REXX procedure</a>
</li>
<li><a href="qsh.htm">sh - Qshell command language interpreter</a></li>
<li>
<a href="source.htm">source - Run commands in the current environment</a>
</li>
<li><a href="system.htm">system - Run CL command</a></li>
<li>
<a href="type.htm">type - Find type of command</a>
</li>
<li><a href="whence.htm">whence - Determine how command is interpreted</a></li>
<li><a href="xargs.htm">xargs - Construct argument lists and invoke
utility</a></li>
</ul>
</body>
</html>