BASH - GNU Project - Free Software Foundation (FSF) BASH Table of contents Introduction to BASH Downloading BASH Introduction to BASH Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. The improvements offered by BASH include: Command line editing Unlimited size command history Job Control Shell Functions and Aliases Indexed arrays of unlimited size Integer arithmetic in any base from two to sixty-four Online Manual is available at www.gnu.org/manual/bash/index.html Frequently-Asked-Questions with answers can be found at the Bash web page. --> Downloading BASH BASH can be found on http://ftp.gnu.org/gnu/bash/ or one of the mirrors. You can also order a CD-ROM from the FSF or use other methods to obtain a copy. Return to GNU's home page. Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF. Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org. Copyright (C) 1998 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. Updated: 20 Mar 2000 tower