106 lines
3.4 KiB
HTML
106 lines
3.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>Qshell</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>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<h1>Qshell</h1>
|
||
|
|
||
|
<p>Qshell is a command environment based on POSIX and X/Open
|
||
|
standards. It consists of two parts:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>The shell interpreter (or <strong>qsh</strong>) is a program
|
||
|
that reads commands from an input source, interprets each command,
|
||
|
and then runs the command using the services of the operating
|
||
|
system.</li>
|
||
|
|
||
|
<li>The utilities (or commands) are external programs that provide
|
||
|
additional functions and can be quite simple or very complex.</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>Together, the shell interpreter and utilities provide a
|
||
|
powerful, standards-based scripting environment. As you use the new
|
||
|
programming models offered by i5/OS<SUP>(TM)</SUP>, Qshell provides an extensible
|
||
|
command environment that allows you to:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>Manage files in any file system supported by the Integrated
|
||
|
File System.</li>
|
||
|
|
||
|
<li>Run threaded programs that do thread-safe I/O to and from an
|
||
|
interactive session.</li>
|
||
|
|
||
|
<li>Write shell scripts that can be run without modification on
|
||
|
other systems using a cross-platform command language.</li>
|
||
|
|
||
|
<li>Write your own utilities to extend the functions provided by
|
||
|
Qshell.</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>This topic provides both new and experienced users with the
|
||
|
information needed to use Qshell commands and write Qshell scripts.
|
||
|
</p>
|
||
|
|
||
|
<p><strong>Note:</strong> By using the code examples, you agree to the terms of the <a href="codedisclaimer.htm">Code license and disclaimer information</a>.</p>
|
||
|
|
||
|
<blockquote>
|
||
|
<p><strong><a href="changes.htm">What's New</a></strong><br>
|
||
|
Select this link to learn about what is new in Qshell this release.
|
||
|
</p>
|
||
|
|
||
|
<p><strong><a href="download.htm">Print this topic</a></strong><br>
|
||
|
Select this link to print a PDF of this topic.
|
||
|
</p>
|
||
|
|
||
|
<p><strong><a href="tutorial.htm">Tutorial</a></strong><br>
|
||
|
Select this link to learn about using the Qshell command language
|
||
|
and utilities. Start here if you are a new to using shells
|
||
|
and shell commands.
|
||
|
</p>
|
||
|
|
||
|
<p><strong><a href="shell.htm">Command language</a></strong><br>
|
||
|
Select this link to view the detailed reference information for
|
||
|
the Qshell command language. Start here if you are writing
|
||
|
shell scripts or are an experienced user of shells.</p>
|
||
|
|
||
|
<p><strong><a href="develop.htm">Using Qshell</a></strong><br>
|
||
|
Select this link to find out how to use the QSH CL command,
|
||
|
how to configure the Qshell environment, and how to develop
|
||
|
utilities.</p>
|
||
|
|
||
|
<p><strong><a href="utility.htm">Utilities</a></strong><br>
|
||
|
Select this link to view the list of utilities
|
||
|
provided with Qshell.
|
||
|
</p>
|
||
|
|
||
|
<p><strong><a href="apis.htm">Application Programming Interfaces</a></strong><br>
|
||
|
Select this link to view the list of application programming interfaces
|
||
|
(APIs) provided with Qshell.
|
||
|
</p>
|
||
|
|
||
|
<p><strong><a href="appendix.htm">Remote client examples</a></strong><br>
|
||
|
Select this link to view an example of a remote client and server
|
||
|
for starting an interactive Qshell session.
|
||
|
</p>
|
||
|
|
||
|
</blockquote>
|
||
|
<p><strong>Note:</strong> In this information, the terms "job" and "process" are used
|
||
|
interchangeably. The term "job" is from i5/OS<SUP>(TM)</SUP> and the term
|
||
|
"process" is from POSIX.</p>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|