Download List

Descripción del Proyecto

GNU Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended to be a conforming implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-17 21:20
4.0

Varias nuevas características fueron implementadas. Nuevo "autocd", "checkjobs", y "dirspell" opciones han sido añadidas. El nuevo "globstar" opción para el manejo especial de'**'' fue introducido. Complemento se mejoró. Bash ahora volverá a intentarlo en caso de fallo para desovar niños debido a la insuficiencia de recursos. A nivel de compatibilidad de la conducta como en versiones anteriores se introdujo. La "B" (tamaño del búfer de socket) y "T" (número de hilos) las opciones se han añadido a "ulimit". A "command_not_found_handle" función de shell ahora puede ser ejecutado cuando un comando no se encuentra. Operadores de redirección de Nueva'&>>' y '| &' fueron introducidas. Muchas otras mejoras, también a readline, se realizaron, y los errores fueron corregidos.
Several new features were implemented. New "autocd", "checkjobs", and "dirspell" options were added. The new "globstar" option for special handling of '**'' was introduced. Completion was enhanced. Bash will now retry on failure to spawn children due to insufficient resources. A compatibility level for behavior as in older versions was introduced. The "-b" (socket buffer size) and "-T" (number of threads) options were added to "ulimit". A "command_not_found_handle" shell function can now be executed when a command is not found. New '&>>' and '|&' redirection operators were introduced. Many other enhancements, also to readline, were made, and bugs were fixed.

2007-11-13 22:30
3.2

2004-07-30 18:50
3.0

Este es el tercer lanzamiento principal de bash. Las características introducidas en las versiones intermedias siguientes bash-2.05 se han completado. Apoyo para el depurador de bash (un proyecto independiente) se ha integrado.
Tags: Major feature enhancements
This is the third major release of bash. The features introduced in the
intermediate releases following bash-2.05 have been completed. Support
for the bash debugger (a separate project) has been integrated.

2002-07-18 22:51
2.05b

Mejoras en las funciones se han hecho muchos, tanto en la propia fiesta y en la biblioteca readline asociadas.
Tags: Minor feature enhancements
Many feature enhancements were made, both in bash
itself and in the associated readline library.

2001-11-16 11:33
2.05a

Tags: Minor bugfixes

Project Resources