Bourne shell - Wikipedia, the free encyclopedia
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&...
en.wikipedia.org/wiki/Bourne_shell
This is why people talk about ``a Bourne shell script'' or ``an awk script.'' One might even write a more script, or an ls script (though the latter wouldn't be terribly useful). Hence, it is important to let Unix know which program will be interpreting the script.
www.ooblick.com/text/sh/
Bash - Wikipedia, the free encyclopedia
Bash is a free software Unix shell written for the GNU Project. Its name is an acronym which stands for Bourne-again shell . The name is a pun on the name of the Bourne shell (sh), an early and imp...
en.wikipedia.org/wiki/Bash
A Unix / Linux Bourne (and Bash) Shell Scripting / Shell Programming Tutorial covering all the main features, with example scripts ... "When I started writing CGI script in Bourne shell on the Java team at Sun, I scoured the Internet for a good tutorial and used Steve Parker's guide, which I really like.
steve-parker.org/sh/sh.shtml
Shell Basics Scripting Basics Variables Functions Branching Looping Command Options Advanced Topics Debugging Scripts...
sayle.net/book/
Sh - the Bourne Shell ... This sections covers the Bourne shell. The manual pages are only 10 pages long, so it shouldn't be difficult to learn, right? Well, apparently I'm wrong, because most of the people I know learned one shell to customize their environment, and stayed with the C shell ever since.
www.grymoire.com/Unix/Sh.html
Note! I use Bourne shell or derivatives thereof, like BASH. Therefore the scripts contained herein is written for Bourne shell (usually found under /bin/sh), unless said otherwise. ... SHELL This variables give the path of the shell you are currently executing, e.g., if you are executing the standard Bourne shell,
user.it.uu.se/~matkin/documents/shell/ user.it.uu.se/~matkin/documents/shell/
Files for the C Shell environment customization ... The C shell has three separate files which are used for customizing its environment. These three files are .cshrc, .login, and .logout. Because these files begin with a period (.) they do not usually appear when one types the ls command.
www.eng.hawaii.edu/Tutor/csh.html
Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features.
cnswww.cns.cwru.edu/~chet/bash/bashtop.html