[Appendix B] Reference Lists

Learning the Korn Shell

Learning the Korn ShellSearch this book
Previous: A.7 The Future of the Korn ShellAppendix BNext: B.2 Built-in Commands and Keywords
 

B. Reference Lists

Contents:
Invocation Options
Built-in Commands and Keywords
Built-in Shell Variables
Test Operators
Options
Typeset Options
Emacs Mode Commands
Vi Control Mode Commands

B.1 Invocation Options

Here is a list of the options you can use when invoking the Korn shell. In addition to these, any set option can be used on the command line; see Table B.5 below. Login shells are usually invoked with the options -i (interactive), -s (read from standard input), and -m -able job control).
OptionMeaning
-c stringExecute string, then exit.
-s

Read commands from the standard input. If an argument is given, this flag takes precedence (i.e., the argument won't be treated as a script name and standard input will be read).

-iInteractive shell. Ignore signals TERM, INTR, and QUIT.
-rRestricted shell. See Chapter 10, Korn Shell Administration.


Previous: A.7 The Future of the Korn ShellLearning the Korn ShellNext: B.2 Built-in Commands and Keywords
A.7 The Future of the Korn ShellBook IndexB.2 Built-in Commands and Keywords

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System