Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
QNX Community Resources

QNX Community Resources

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Next]

ksh

Korn Shell command interpreter (UNIX)

Syntax:

ksh [-aefhkmnquvx] [command_file [argument...]]

ksh -c [-aefhkmnquvx] command_string
    [command_name [argument...]]

ksh -i [-aefhkmquvx] [command_file [argument...]]

ksh -s [-aefhkmnquvx] [argument...]

Options:

See sh.

Description:

The standard QNX shell, /bin/sh is a modified Korn shell derived from a version pdksh which was modeled after ksh86. A link to sh called ksh is installed in /bin when QNX is installed.

See the documentation for sh for documentation on the features of the shell.

See also:

esh, sh, uesh


[Previous] [Contents] [Next]