Bourne shell

Bourne shell

The Bourne shell, or sh, was the default Unix shell of Unix Version 7, and replaced the Thompson shell, whose executable file had the same name, sh. It was developed by Stephen Bourne, of AT&T Bell Laboratories, and was released in 1977 in the Version 7 Unix release distributed to colleges and universities. It remains a popular default shell for Unix accounts. The binary program of the Bourne shell or a compatible program is located at /bin/sh on most Unix systems, and is still the default shell for the root superuser on many current Unix implementations.

Origins

The shell was designed as a replacement for the original Thompson shell.

Among the primary goals were:
* To allow shell scripts to be used as filters.
* To provide programmability including control flow and variables.
* Control over all input/output file descriptors.
* Control over signal handling within scripts.
* No limits on string lengths when interpreting shell scripts.
* Rationalize and generalize string quoting mechanism.
* The environment mechanism. This allowed context to be established at startup and provided a way for shell scripts to pass context to sub scripts (processes) without having to use explicit positional parameters.

Notable features

Although it is used as an interactive command interpreter, it was always intended as a scripting language. It gained popularity with the publication of The UNIX Programming Environment by Brian W. Kernighan and Rob Pike. This was the first commercially published book that presented the shell as a programming language in a tutorial form.

The Bourne shell also was the first to feature the convention of using file descriptor 2> for error messages, allowing much greater programmatic control during scripting by keeping error messages separate from data.

Other innovations in this shell included:
* "Command substitution" using back quotes: `command`.
* "Here documents" using << to embed a block of input text within a script.
* "for ~ do ~ done" loops, in particular the use of $* to loop over arguments.
* "case ~ in ~ esac" selection mechanism, primarily intended to assist argument parsing.
* "sh" provided support for environment variables using keyword parameters and exportable variables.

Over the years, the Bourne shell was enhanced at AT&T. The various variants are thus called like the respective AT&T Unix version it was released with (some important variants being Version7, SystemIII, SVR2, SVR3, SVR4). As the shell was never versioned, the only way to identify it was testing its features.

Stephen Bourne carried into this shell some aspects of the ALGOL 68C compiler that he had been working on at Cambridge University. Notably he reused portions of ALGOL 68's "if ~ then ~ elif ~ else ~ fi", "case ~ in ~ out ~ esac" and "for ~ while ~ do ~ od" clauses in the common Unix Bourne shell syntax. Moreover - although the v7 shell is written in C - Bourne took advantage of some macros [cite web | url=http://minnie.tuhs.org/UnixTree/V7/usr/src/cmd/sh/mac.h.html|title=mac.h - Macros used by Bourne to structure C like Algol68C |accessmonthday= September 9|accessyear=2006|author=Bourne, Steve|authorlink=Stephen Bourne|date= 1979-01-12 |work= |publisher=AT&T ] to give the C source code an ALGOL 68 flavor. These macros "co-inspired" the "IOCCC - International Obfuscated C Code Contest" ("Co-inspired" with the finger command as distributed in Unix version 4.2BSD) [cite web |url=http://www.ioccc.org/faq.html|title=The IOCCC FAQ - Q/A: How did the IOCCC get started?|accessmonthday= September 9| accessyear=2006|author=Landon Curt Noll, Simon Cooper, Peter Seebach and Leonid A. Broukhis|date= 2004|work=|publisher=www.ioccc.org] .

Descendants

The Korn shell (ksh) written by David Korn, was a middle road between the Bourne shell and the C shell (which itself was derived from the Thompson shell). Its syntax was chiefly drawn from the Bourne shell, while its job control features resembled those of the C shell. The functionality of the original Korn Shell (known as ksh88 from the year of its introduction) was used as a basis for the POSIX shell standard. A newer version, ksh93, has been open source since 2000 and is used on some Linux distributions. There is also a clone of ksh88 known as pdksh, and this is the default shell for all users of OpenBSD.

rc was created at Bell Labs by Tom Duff as a replacement for sh for Version 10 Unix. It is the default shell for Plan 9 from Bell Labs. It has been ported to UNIX as part of Plan 9 from User Space.

Bash, also known as the "Bourne-Again shell", was later developed for the GNU project and takes features from the Bourne shell, csh and ksh.

Due to copyright issues surrounding the Bourne Shell as it was used in historic CSRG BSD releases, Kenneth Almquist developed a clone of the Bourne Shell, known by some as the Almquist Shell and available under the BSD license, which is in use today on some BSD descendants and in low-memory situations. The Almquist Shell was ported to Linux, and the port renamed the Debian Almquist shell, or dash. This shell provides much faster execution of standard sh scripts with a smaller memory footprint than its more common counterpart, bash. Its use tends to expose bashisms - bash-centric assumptions made in scripts meant to run on sh.

Usage

The Bourne shell was once standard on all branded Unix systems, although historically BSD based systems had many scripts written in csh. Bourne shell scripts can typically be run with bash or dash on Linux or other Unix-like systems.

Quotes

quotation|"Nobody really knows what the Bourne shell's grammar is. Even examination of the source code is little help."| Tom Duffcite web
first=Chet|last=Ramey
title=Bash - the GNU shell (Reflections and Lessons Learned)
url=http://www.wing.rug.nl/info/programs/bash/article.html#6
accessdate=2008-01-15
]

ee also

* Comparison of computer shells
* Bash
* rc

References

External links

* [http://www.injunea.demon.co.uk/pages/page201.htm UNIX Shell Script Tutorials & Reference]
* [http://steve-parker.org/sh/sh.shtml UNIX/Linux Bourne/Bash Shell Scripting Tutorial]
* [http://www.in-ulm.de/~mascheck/bourne/ The individual members of "The Traditional Bourne Shell Family"]
* [http://minnie.tuhs.org/UnixTree/V7/usr/src/cmd/sh Actual C source code for the Bourne shell using mac.h macros]
* [http://steve-parker.org/sh/bourne.shtml Original Bourne Shell documentation from 1978]
* [http://heirloom.sourceforge.net/sh.html A port of the "heirloom" SVR4 Bourne shell from OpenSolaris to other Unix-like systems]


Wikimedia Foundation. 2010.

Look at other dictionaries:

  • Bourne Shell — Saltar a navegación, búsqueda Bourne Shell es un intérprete de comandos y lenguaje de programación de comandos. Bourne Shell Paradigma: imperativo Apareció en: 1977 Diseñado por: Stephen Bourne Tipo de dato …   Wikipedia Español

  • Bourne Shell — Le Bourne shell ou sh, était le shell par défaut de la version 7 d Unix, il remplaçait le Thompson shell dont le fichier exécutable avait le même nom : sh. Le Bourne shell a été programmé par Stephen Bourne (d où le nom) des AT T Bell… …   Wikipédia en Français

  • Bourne Shell — Bourne Shell,   Teil der Unix Shell …   Universal-Lexikon

  • Bourne-Shell — Die Unix Shell oder kurz Shell (en. Hülle, Schale) bezeichnet die traditionelle Benutzerschnittstelle unter Unix oder unixoiden Betriebssystemen. Der Benutzer kann in einer Eingabezeile Kommandos eintippen, die der Computer dann sogleich ausführt …   Deutsch Wikipedia

  • Bourne shell — Тип Командная оболочка UNIX …   Википедия

  • Bourne shell — Le Bourne shell ou sh, était le shell par défaut de la version 7 d Unix, il remplaçait le Thompson shell dont le fichier exécutable avait le même nom : sh. Le Bourne shell a été programmé par Stephen Bourne (d où le nom) d AT T Bell… …   Wikipédia en Français

  • Bourne Shell — La Bourne shell, o sh, era la shell por defecto de la versión 7 de Unix, y sustituyó la Tompson shell, cuyo ejecutable tenía el mismo nombre: sh. Fue desarrollado por Stephen Bourne, de los Laboratorios Bell de AT, y vio la luz en la versión 7 de …   Enciclopedia Universal

  • Bourne shell —    In Unix, a popular command interpreter with a built in programming language. The Bourne shell, developed by Dr. Steven Bourne of Bell Labs, is the oldest Unix shell still in popular use and features a built in command set for writing shell… …   Dictionary of networking

  • Bourne shell — ● ►en /bourn chail/ n. m. ►UNIX Nom d un shell conçu par Monsieur Bourne pour Unix, en particulier dans le SVr4. On le rencontre souvent dans sa version améliorée appelée bash. Voir aussi C shell, Korn shell …   Dictionnaire d'informatique francophone

  • Bourne-Shell — (siehe auch sh) Basis Kommandointerpreter unter UNIX, entwickelt von Steven R. Bourne für UNIX SysV …   Acronyms

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”