1 / 62

The UNIX Shells

Shell. Shell is the user interface to the operating systemFunctionality:Manage files (wildcards, I/O redicrection)Manage processes (build pipelines, multitasking)Most popular shells: The Bourne shell (sh)The Korn shell (ksh) The C shell (csh)The Bourne Again shell (bash). A Bit of Histor

lenci
Download Presentation

The UNIX Shells

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. The UNIX Shells

    2. Shell Shell is the user interface to the operating system Functionality: Manage files (wildcards, I/O redicrection) Manage processes (build pipelines, multitasking) Most popular shells: The Bourne shell (sh) The Korn shell (ksh) The C shell (csh) The Bourne Again shell (bash)

    3. A Bit of History The Bourne shell /bin/sh ( S. R. Bourne, 1977) powerful syntactical language strong in controlling input and output expression matching facilities interactive use: the use of shell functions. The C-shell /bin/csh (Bill Joy, UCB, 1978) new concepts: job control and aliasing much better for interactive use different input language: out went the good control of input and output too buggy to produce robust shell scripts

    4. A Bit of History /bin/tsch (Ken Greer, Carnegie Mellon University, late 1970s) User oriented command line editing Out most of the bugs Korn shell /bin/ksh (David Korn, AT&T, early 1980s) Bourne shell language C shells features for interactive work You had to pay AT&T for it! GNU project: a free shell=> /bin/bash (the Bourne again shell)

    5. Selecting a Shell

More Related