0.6. Conventions Used in This HandbookWe leave it as understood that, when you enter a shell command, you press ENTER at the end. ENTER is labeled RETURN on some keyboards. Characters called CTRL-X, where X is any letter, are entered by holding down the CTRL (or CTL, or CONTROL) key and pressing that letter. Although we give the letter in uppercase, you can press the letter without the SHIFT key. Other special characters are newline (which is the same as CTRL-J), BACKSPACE (same as CTRL-H), ESC, TAB, and DEL (sometimes labeled DELETE or RUBOUT). This book uses the following font conventions:
NOTE: Indicates a tip, suggestion, or general note. WARNING: Indicates a warning or caution. Standard Unix utility commands are sometimes mentioned with a number in parentheses (usually 1) following the command's name. The number refers to the section of the Unix User's Manual in which you'll find reference documentation (a.k.a. "the man page") on the utility in question. For example, grep(1) means the man page for grep in Section 1. When there is an important difference between the 1988 and 1993 versions of the Korn shell, we refer to them as ksh88 and ksh93 respectively. Most of this book applies to all versions of the 1993 Korn shell. When we need to distinguish among different versions of the 1993 Korn shell, we add the minor release to the name, such as ksh93h, or ksh93l+. Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|