home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: 4.9 Restricted Shells Chapter 5 Next: 5.2 Syntax
 

5. The C Shell

This section describes the C shell, so named because many of its programming constructs and symbols resemble those of the C programming language. The following topics are presented:

  • Overview of features

  • Syntax

  • Variables

  • Expressions

  • Command history

  • Built-in commands

  • Job control

  • Invoking the shell

5.1 Overview of Features

Features of the C shell include:

  • Input/output redirection

  • Wildcard characters (metacharacters) for filename abbreviation

  • Shell variables for customizing your environment

  • Integer arithmetic

  • Access to previous commands (command history)

  • Command name abbreviation (aliasing)

  • A built-in command set for writing shell programs

  • Job control


Previous: 4.9 Restricted Shells UNIX in a Nutshell: System V Edition Next: 5.2 Syntax
4.9 Restricted Shells Book Index 5.2 Syntax

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