Closed Thread
Results 1 to 4 of 4

Thread: What is bash?

  1. #1
    LemonMan Guest

    What is bash?

    What is bash? I know it has to do something with CLI.. but I've got no idea WTH is that.

  2. CODECALL Circuit advertisement

     
  3. #2
    moonknight is offline Learning Programmer
    Join Date
    Jan 2009
    Posts
    89
    Rep Power
    0
    Bourn Again SHell its the language that you use for the konsole on linux

  4. #3
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    This is from Wikipedia:

    Bash is a free software Unix shell written for the GNU Project. Its name is an acronym which stands for Bourne-again shell.[1] The name is a pun 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,[2] and the concept of being "born again". Bash was created in 1987 by Brian Fox. In 1990 Chet Ramey became the primary maintainer.[3]

    Bash is the default shell on most systems built on top of the Linux kernel as well as on Mac OS X and it can be run on most Unix-like operating systems. It has also been ported to Microsoft Windows using the POSIX emulation provided by Cygwin and the one provided by MSYS, to MS-DOS by the DJGPP project and to Novell NetWare.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    One of the characteristics of Linux/Unix/BSD/etc is that the facilities are loosely associated. The result is that you can swap out kernels, command line interfaces, etc without significantly impacting the rest of the system. In *nix system, the command line interface is called a shell, of which bash is one option. This is different from, for instance, MS-DOS where the command-line interface is part of the OS and cannot be easily removed/replaced.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. bash completion
    By platypuus in forum Classes and Code Snippets
    Replies: 0
    Last Post: 05-07-2010, 11:17 PM
  2. Bash
    By Hunter100 in forum Linux/Unix General
    Replies: 3
    Last Post: 02-12-2010, 09:41 AM
  3. How to use vi key bindings in bash
    By DarkLordoftheMonkeys in forum Linux Tutorials, Guides and Tips
    Replies: 0
    Last Post: 12-27-2009, 11:32 AM
  4. bash hacks
    By DarkLordoftheMonkeys in forum Linux Tutorials, Guides and Tips
    Replies: 3
    Last Post: 12-03-2009, 01:37 PM
  5. whoami in bash?
    By Wanch in forum Linux/Unix General
    Replies: 0
    Last Post: 05-02-2008, 06:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts