Bourne Shell

Revision as of 06:03, 23 January 2007 by MikeMol (talk | contribs) (Fixed link to interpreter template)

The Bourne Shell is the UNIX shell upon which most such shells are based.

All Bourne Shell scripts begin like this:

#!/bin/sh

This specifies which binary to use to interpret the script.

Template:Interpreter