Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Index: I
- i command (sed)
 
  - sed & awk, 5.5. Append, Insert, and Change
  
- UNIX in a Nutshell, Chapter 10, Reference: i
  
- I-beam cursor
: Learning the UNIX Operating System, 2.4.3. Using a Mouse with xterm Windows
- i-number
  
  - UNIX Power Tools, 1.22. How UNIX Keeps Track of Files: Inodes 
  
- UNIX Power Tools, 23.16. Removing a Strange File by its I-number 
  
- I/O (input/output)
 
  - UNIX Power Tools, 13.1. Using Standard Input and Output
  
- sed & awk, 2.2. Command-Line Syntax
  
- assigning input to variables
: sed & awk, 10.1.2. Assigning the Input to a Variable
  
- background processes, output from
: UNIX Power Tools, 12.7. Stop Background Output with stty tostop 
  
- echoing input characters as two-character sequences
: UNIX Power Tools, 41.2.3. What About TABs? 
  
- flushing input buffer
: UNIX Power Tools, 41.7. Reading Verrrry Long Lines from the Terminal 
  
- getline function
: sed & awk, 10.1. The getline Function
  
- handling input characters
: UNIX Power Tools, 41.2.2. Handling Most Characters 
  
- focus
: Learning the UNIX Operating System, 2.3.1. Setting Focus
  
- formatting output
  
          
    - sed & awk, 7.9. Formatted Printing
    
- sed & awk, 10.6. Generating Columnar Reports
  
  
  - input modes, setting
: UNIX in a Nutshell, Chapter 2, Reference: stty
  
- loops
: UNIX Power Tools, 45.23. The Ins and Outs of Redirected I/O Loops 
  
  
    - redirected
    
 
      - UNIX Power Tools, 45.22. Handling Files Line-by-Line 
      
- UNIX Power Tools, 45.23. The Ins and Outs of Redirected I/O Loops 
    
  
  
  - operations
: UNIX Power Tools, 39.5. Why Is the System So Slow? 
  
- output buffer
  
  
    - UNIX Power Tools, 13.9. Send Output Two or More Places with tee 
    
- sed & awk, 11.2.1.3. Flushing buffered output
  
  
  - pipelines
: Learning the Korn Shell, 1.7.3. Pipelines
  
- redirection
: (see redirection)
  
- saving output
: sed & awk, 4.3. Testing and Saving Output
  
- sed processing commands
: UNIX in a Nutshell, 10.4.3. Input/Output Processing
  
- setting output modes
: UNIX in a Nutshell, Chapter 2, Reference: stty
  
- specifying output device
: UNIX Power Tools, 50.12. Common UNIX Error Messages 
  
- standard input (stdin)
: (see standard input)
  
- standard error (stderr)
: (see standard error)
  
- standard output (stdout)
: (see standard output)
  
- stopping and restarting output
: UNIX Power Tools, 42.2.1. Output Stopped? 
  
- streams
: UNIX Power Tools, 13.1. Using Standard Input and Output
  
- strings
: (see print, read)
  
- subsystem, resources and
: UNIX Power Tools, 39.12.3. The I/O Subsystem 
  
- suppressing output
  
              
    - sed & awk, 2.3.2.2. Suppressing automatic display of input lines
    
- sed & awk, 5.2. Comment
  
  
  - tee program
: UNIX Power Tools, 13.9. Send Output Two or More Places with tee 
  
- testing output
: sed & awk, 4.3. Testing and Saving Output
  
- to terminal
: sed & awk, 11.2.1.4. Special filenames
  
- time
: UNIX Power Tools, 39.5. Why Is the System So Slow? 
    
- ibase command
: UNIX Power Tools, 49.2. bc: Hexadecimal or Binary Conversion 
- icanon option
: UNIX Power Tools, 41.2.1. How We Made It This Far (Back?) 
- icons
   
  - Learning the UNIX Operating System, 2.5.1. Using the Titlebar
  
- Learning the UNIX Operating System, 2.5.2. Moving Windows and Icons
  
- iconv command
: UNIX in a Nutshell, Chapter 2, Reference: iconv
- id command
  
  - UNIX Power Tools, 52.4. Quick Descriptions of What's on the Disc 
  
- UNIX in a Nutshell, Chapter 2, Reference: id
  
- ident command (RCS)
: UNIX in a Nutshell, Chapter 18, Reference: ident
- identification keywords, SCCS
: UNIX in a Nutshell, 17.3. Identification Keywords
- IEEE
   
  - Learning the Korn Shell, A.2. The IEEE 1003.2 POSIX Shell Standard
  
- (see also POSIX)
  
- if ($?prompt) test
 
  - UNIX Power Tools, 2.5.1. Quick Login 
  
- UNIX Power Tools, 2.9. Speeding Up Your C Shell with set prompt Test 
  
- if statements
 
  - Learning the Korn Shell, 5.1. if/else
  
- Learning the Korn Shell, 6.2.2. Arithmetic Variables and Assignment
  
- Learning the Korn Shell, 6.3.3. String Formatting Options
  
- Learning the Korn Shell, 7.2.2.1. Reading lines from files
  
- Learning the Korn Shell, 7.3.1. Quoting
  
- Learning the Korn Shell, 9.2.3.2. Stepping
  
- Learning the Korn Shell, 9.2.3.4. Break conditions
  
- UNIX Power Tools, 33.11.7. Alphabetical Summary of Commands 
  
- UNIX Power Tools, 44.8. Test Exit Status with the if Statement 
  
- UNIX Power Tools, 45.9. The Unappreciated Bourne Shell  ":" Operator
  
- sed & awk, 8.1. Conditional Statements
  
- UNIX in a Nutshell, Chapter 4, Reference: if
  
- UNIX in a Nutshell, Chapter 5, Reference: if
  
- UNIX in a Nutshell, Chapter 11, Reference: if
  
- : used with
: UNIX Power Tools, 45.9. The Unappreciated Bourne Shell  ":" Operator
  
- in C shell
  
                
    - UNIX Power Tools, 47.2.2.3. Stupid Parsing Bugs 
    
- UNIX Power Tools, 47.2.6. Expression Evaluation 
    
- UNIX Power Tools, 47.4.2. Expressions 
    
- in csh aliases
: UNIX Power Tools, 10.7. How to Put if-then-else in a C Shell Alias 
  
    
  - else statement
: UNIX Power Tools, 44.8. Test Exit Status with the if Statement 
  
- errors caused by
  
  
    - UNIX Power Tools, 46.1.4. Missing or Extra esac, ;;, fi, etc. 
    
- UNIX Power Tools, 47.2.2.3. Stupid Parsing Bugs 
    
- UNIX Power Tools, 47.2.6. Expression Evaluation 
  
   
  - examples
  
 
    - UNIX Power Tools, 44.20. test: Testing Files and Strings 
    
- UNIX Power Tools, 47.3. Conditional Statements with if 
  
  
  - in C shell
: UNIX Power Tools, 47.3. Conditional Statements with if 
  
- nested
: UNIX Power Tools, 47.2.6. Expression Evaluation 
  
- redirecting I/O to
: Learning the Korn Shell, 7.2.2.2. I/O Redirection and multiple commands
  
- switch compared to
: UNIX Power Tools, 47.6. Quick Reference: C Shell switch Statement 
  
- syntax
: Learning the Korn Shell, 5.1. if/else
     
- IFS variable
 
  - Learning the Korn Shell, 4.2.1. Positional Parameters
  
- Learning the Korn Shell, 4.2.1.1. Positional parameters in functions
  
- Learning the Korn Shell, 7.2.2. read
  
- Learning the Korn Shell, 7.3. Command-line Processing
  
- UNIX Power Tools, 4.10. Find All Command Versions with whereiz 
  
- UNIX Power Tools, 35.21. Using IFS to Split Strings 
  
- UNIX in a Nutshell, 4.3.3. Other Shell Variables
  
- role in command-line processing
: Learning the Korn Shell, 7.3. Command-line Processing
        
- ignore command (dbx)
: UNIX in a Nutshell, Chapter 20, Reference: ignore
- IGNORECASE variable (gawk)
: sed & awk, 11.2.3.8. Additional variables
- ignoreeof shell variable
   
  - UNIX Power Tools, 3.5. Stop Accidental C Shell Logouts 
  
- UNIX Power Tools, 6.9. Special C Shell Variables 
  
- UNIX in a Nutshell, 5.3.3. Predefined Shell Variables
   
- images, formatting in nroff/troff
: UNIX in a Nutshell, 16.3. Pic
- in operator
  
  - sed & awk, 8.4.2. Testing for Membership in an Array
  
- sed & awk, 11.1.8. Arrays
  
- includeres program
: UNIX Power Tools, 43.24. Other PostScript Utilities 
- incompatibilites in next ksh release
: Learning the Korn Shell, A.7. The Future of the Korn Shell
- increment (++) operator
: sed & awk, 7.6. Expressions
- indentation
: UNIX Power Tools, 35.7. offset: Indent Text 
    
  - automatic, in insert mode (vi)
: Learning the vi Editor, 7.5.1. Indentation Control 
  
- emacs commands for
  
  
    - UNIX in a Nutshell, 7.2.12. Indentation Commands
    
- UNIX in a Nutshell, 7.2.15. Basic Indentation Commands
  
  
- index
 
  - building for manual pages
: UNIX Power Tools, 50.3. apropos on Systems Without apropos 
  
- formatting (example program)
: sed & awk, 12.2. Generating a Formatted Index
  
- generating in Solaris 2.0
: UNIX in a Nutshell, Chapter 2, Reference: ptx
  
- permuted in UNIX Reference Manual
: UNIX Power Tools, 50.9. Reading a Permuted Index 
  
- writing in troff
: UNIX Power Tools, 1.4. Using Pipes to Create a New Tool 
     
- index()
 
  - sed & awk, 9.2. String Functions
  
- sed & awk, 9.2.1. Substrings
  
- index, array
 
  - sed & awk, 8.4. Arrays
  
- sed & awk, 8.4.1. Associative Arrays
  
- index program
 
  - UNIX Power Tools, 33.11.7. Alphabetical Summary of Commands 
  
- UNIX Power Tools, 48.11. The index Database Program 
  
- UNIX Power Tools, 52.4. Quick Descriptions of What's on the Disc 
  
- UNIX in a Nutshell, Chapter 11, Reference: index
  
- -f option
: UNIX Power Tools, 48.12. Using index with a Filter 
     
- info command
: Learning the UNIX Operating System, 7.1. Standard UNIX Documentation
- info pseudo-command (sccs)
: UNIX in a Nutshell, 17.6.2. Pseudo-commands
- INIT procedure (tawk)
: sed & awk, 11.3.2.1. Tawk language extensions
- init program
: UNIX Power Tools, 38.2. fork and exec 
- inodes
: UNIX Power Tools, 1.22. How UNIX Keeps Track of Files: Inodes 
     
  - change time
: UNIX Power Tools, 21.6. A File's Inode Change (not  "Creation"!) Time
  
- ls -c command for
: UNIX Power Tools, 16.2. Finding Oldest or Newest Files with ls -t and ls -u 
  
- modifying
: UNIX Power Tools, 16.5. The Three UNIX File Times 
  
- stat program for
: UNIX Power Tools, 21.13. Read an Inode with stat 
    
- inpchk option
: UNIX Power Tools, 41.2.1. How We Made It This Far (Back?) 
- input
: (see I/O)
- insert command
: (see i command (sed))
- insert command (ex)
    
  - UNIX Power Tools, 33.4. Useful ex Commands 
  
- UNIX in a Nutshell, Chapter 9, Reference: insert
  
- insert commands (vi)
 
  - at beginning of line (I)
: Learning the vi Editor, 2.4. More Ways to Insert Text 
  
- at cursor (i)
  
  
    - Learning the vi Editor, 2.1. vi Commands 
    
- Learning the vi Editor, 2.3.1. Inserting New Text 
  
  
  - on new line (O, o)
: Learning the vi Editor, 2.4. More Ways to Insert Text 
  
- text (i)
: Learning the vi Editor, 1. The vi Text Editor
  
- insert mode (Emacs)
: UNIX Power Tools, 32.5. Putting Emacs in Overwrite Mode 
- insert mode (vi)
  
  - Learning the vi Editor, 2.1. vi Commands 
  
- UNIX in a Nutshell, 8.1.3. Insert Mode
  
- mapping
: Learning the vi Editor, 7.3.6. Mapping Keys for Insert Mode 
   
- install program
 
  - UNIX Power Tools, 52.4. Quick Descriptions of What's on the Disc 
  
- UNIX in a Nutshell, Chapter 2, Reference: install
  
- installation process
 
  - CD-ROM
: UNIX Power Tools, 52.5.3.2. Starting the Installation 
  
- default values
: UNIX Power Tools, 52.5.3.5. Installing Everything Using the Defaults 
  
- installing the Korn shell as /bin/sh
: Learning the Korn Shell, 10.1. Installing the Korn Shell as the Standard Shell
  
- pcal program
: UNIX Power Tools, 52.8.2.1. Copying the Sources 
  
- for single program
: UNIX Power Tools, 52.5.3.4. Installing a Single Program 
  
- unmounting CD-ROM
: UNIX Power Tools, 52.5.4. Unmounting the CD-ROM 
      
- INSTALLDIR, CD-ROM
 
  - UNIX Power Tools, 52.8.1. Running the Build Scripts 
  
- Learning the Korn Shell, 10.3.4. Privileged Mode
  
- INSTALLSHAREDIR, CD-ROM
: UNIX Power Tools, 52.8.1. Running the Build Scripts 
- Institute of Electrical and Electronic Engineers
: (see IEEE)
- instructions, awk
: sed & awk, 2.4.1. Running awk
- INT signal
    
  - Learning the Korn Shell, 8.6.2. Nested Subshells
  
- UNIX Power Tools, 38.8. What Are Signals? 
  
- UNIX Power Tools, 38.9. Killing Foreground Jobs 
  
- interrupt character
  
    
    - Learning the UNIX Operating System, 1.1.7. Correcting a Mistake
    
- Learning the UNIX Operating System, 1.4. The Unresponsive Terminal
    
- UNIX Power Tools, 9.19. For the Impatient: Type-Ahead 
    
- UNIX Power Tools, 41.2.1. How We Made It This Far (Back?) 
  
    
- int()
: sed & awk, 9.1.2. Integer Function
- int command (awk)
  
  - UNIX Power Tools, 33.11.7. Alphabetical Summary of Commands 
  
- UNIX in a Nutshell, Chapter 11, Reference: int
  
- integer command (ksh, sh)
: UNIX in a Nutshell, Chapter 4, Reference: integer
- intelligent terminal
: Learning the vi Editor, 2.3.1. Inserting New Text 
- interactive
   
  - commands
: UNIX Power Tools, 1.2. Who Listens to What You Type? 
  
- conversation
  
  
    - UNIX in a Nutshell, Chapter 2, Reference: talk
    
- UNIX in a Nutshell, Chapter 2, Reference: write
  
  
  - file deletion
: UNIX Power Tools, 23.6. A Faster Way to Remove Files Interactively 
  
- programs, nice command and
: UNIX Power Tools, 39.10. A nice Gotcha 
  
- renaming files
: UNIX Power Tools, 18.12. Renaming a List of Files Interactively 
  
- spell checking
: UNIX Power Tools, 29.2. Check Spelling Interactively with ispell 
    
- Interleaf files, converting
: sed & awk, 6.1.1.1. Converting an Interleaf file
- internal commands
: UNIX Power Tools, 1.10. Internal and External Commands 
- internationalization
: UNIX in a Nutshell, Chapter 2, Reference: exstr
- Internet
    
  - Learning the Korn Shell, 7.1.1. Here-documents
  
- Learning the Korn Shell, 9.2. A Korn Shell Debugger
  
- Learning the Korn Shell, A.4. pdksh
  
- Learning the Korn Shell, A.5. bash
  
- UNIX Power Tools, 1.33. UNIX Networking and Communications 
  
- directory, searching
: UNIX in a Nutshell, Chapter 2, Reference: whois
      
- interpreted programs
: Learning the UNIX Operating System, 6.2.1. ps
- interpreters
: (see shells)
- interprocess communication  (IPC)
   
  - Learning the Korn Shell, 8.3. Signals
  
- UNIX in a Nutshell, Chapter 2, Reference: ipcs
  
- interrupt character
 
  - Learning the UNIX Operating System, 1.1.7. Correcting a Mistake
  
- Learning the UNIX Operating System, 1.4. The Unresponsive Terminal
  
- UNIX Power Tools, 9.19. For the Impatient: Type-Ahead 
  
- UNIX Power Tools, 41.2.1. How We Made It This Far (Back?) 
  
- INT signal
  
     
    - Learning the Korn Shell, 8.6.2. Nested Subshells
    
- UNIX Power Tools, 38.8. What Are Signals? 
    
- UNIX Power Tools, 38.9. Killing Foreground Jobs 
  
   
- interrupting jobs
: UNIX Power Tools, 12.7. Stop Background Output with stty tostop 
- intr jey
: UNIX Power Tools, 5.9. Setting Your Erase, Kill, and Interrupt Characters 
- "intruder alert" error message
: UNIX Power Tools, 50.12. Common UNIX Error Messages 
- inverse video problems
: UNIX Power Tools, 42.4. Checklist for Resetting a Messed Up Terminal 
- invoking the shell
     
  - UNIX in a Nutshell, 4.8. Invoking the Shell
  
- UNIX in a Nutshell, 5.8. Invoking the Shell
  
- iostat command
: UNIX Power Tools, 39.12.3. The I/O Subsystem 
- ipcrm command
: UNIX in a Nutshell, Chapter 2, Reference: ipcrm
- ipcs command
: UNIX in a Nutshell, Chapter 2, Reference: ipcs
- ipl program
    
  - UNIX Power Tools, 49.9. Business Graphics with ipl 
  
- UNIX Power Tools, 52.4. Quick Descriptions of What's on the Disc 
  
- isig option
: UNIX Power Tools, 41.2.1. How We Made It This Far (Back?) 
- ismpx command
  
  - UNIX in a Nutshell, Chapter 2, Reference: ismpx
  
- (see also layers command)
  
- ISO
: Learning the Korn Shell, A.2. The IEEE 1003.2 POSIX Shell Standard
- ISO 9660
: UNIX Power Tools, 52.5.1. CD-ROM Formats 
- ispell program
   
  - UNIX Power Tools, 29.2. Check Spelling Interactively with ispell 
  
- UNIX Power Tools, 29.5. Adding Words to ispell's Dictionary 
  
- UNIX Power Tools, 52.4. Quick Descriptions of What's on the Disc 
   
- iterating shell variables over arguments
: UNIX Power Tools, 46.7. Quoting and Command-Line Parameters 
 
Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Copyright © 1998
 O'Reilly & Associates, Inc.
All Rights Reserved.