Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
ksh(1) OSS Shell and Utilities Reference Manual
I/O redirections are processed after parameter assignments.
Errors cause a script that contains the commands so marked to abort.
add_define
Creates DEFINEs for the Guardian environment. An HP extension.
alias Creates or lists aliases.
bg Puts each specified job into the background.
break Exits from the enclosing for, while, until,orselect loop.
cd Changes the current directory.
continue
Resumes the next iteration of the enclosing for, while, until,orselect loop.
del_define
Deletes DEFINEs from the current shell process. An HP extension.
echo Sends the string given as an argument to the standard output.
eval Reads arguments as input to the shell and executes arguments as commands.
exec Executes commands specified as arguments
exit Causes the shell to exit.
export Marks names automatic export to the shell environment.
fc Lists or edits and reexecutes commands previously entered to an interactive shell.
fg Moves processes into the foreground.
getopts Checks argument for legal options.
hash Affects the way the shell remembers the locations of utilities.
history Lists the contents of the history file, which contains a list of previously executed com-
mands.
info_define
Displays information about DEFINEs. An HP extension.
jobs Lists information about jobs.
kill Sends either the TERM signal or the specified signal to the specified jobs or processes.
let Evaluates arguments as arithmetic expressions.
print The shell output mechanism; prints arguments to standard output as described for echo.
pwd Prints the current working directory to standard output.
read The shell input mechanism.
readonly
The variable names given as arguments are marked read only. These names cannot be
changed by subsequent assignment.
5−28 Hewlett-Packard Company 527188-007