February 23, 2013

Pengertian Bash Shell

Pengertian Bash Shell
Pengertian Bash Shell - bash merupakan bahasa penerjemah atau comand language interpreter untuk sistem operasi linux. Nama dari BASHSHELL meruapkan kepanjangan dari Bourne-Again SHell yang diambil dari nama Stephen Bourne sang pembuat dan penggagas Unix Shell sh. 
Secara spesifik, Bash merupakan project yang dikembangkan oleh GNU. Bash menjadi shell linux yang default. Artinya linux menggunakan Bash sebagai shellnya secara umumu.
Berikut beberapa kelebihan Bash :


  1. Command line editing.
  2. Command line completion.
  3. Unlimited size command history.
  4. Prompt control.
  5. Indexed arrays of unlimited size (Arrays).
  6. Integer arithmetic in any base from two to sixty-four.
  7. Bash startup files - You can run bash as an interactive login shell, or interactive non-login shell. See Bash startup files for more information.
  8. Bash conditional expressions: Used in composing various expressions for the test builtin or [[ or [ commands.
  9. The Directory Stack - History of visited directories.
  10. The Restricted Shell: A more controlled mode of shell execution.
  11. Bash POSIX Mode: Making Bash behave more closely to what the POSIX standard specifies.
Lanjutkan seri dan tutorial bash shell diblog ini.
Disqus Comments