Differences between revisions 26 and 27
Revision 26 as of 2009-03-16 03:30:33
Size: 1278
Editor: anonymous
Comment: converted to 1.6 markup
Revision 27 as of 2009-04-18 13:49:24
Size: 1360
Editor: FranklinPiat
Comment: add http://linux.org.mt/article/terminal , an introduction to bash
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
 * An introduction to Bash ~-<<BR>>. [[http://linux.org.mt/article/terminal ]]. -~

Translations: English - Français


bash is a Unix shell written for the GNU Project. Its name is an acronym for Bourne-again shell, a pun ('Bourne again' / 'born again') on the name of the Bourne shell (sh), an early and important Unix shell written by Stephen Bourne and distributed with Version 7 Unix circa 1978. bash was created in 1987 by Brian Fox. In 1990 Chet Ramey became the primary maintainer.

bash is the default shell on Debian and most Linux systems.

Some tips

  • TAB: try to complete current word
  • TAB TAB: show words that could complete current word
  • UP: browse previous commands
  • DOWN: browse next commandt
  • CTRL + D: Close current session (i.e disconnects! )
  • CTRL + R: Reverse search
  • SHIFT + PAGE UP: allows you to backscroll a few pages
  • SHIFT + PAGE DOWN: to go forwards a few pages

more on Bourne-Again_shell

See Also