Download List

專案描述

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 Back to release list
4.0

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.

Project Resources