Bourne Again SHell: Difference between revisions

m
link to "home"
m (Spelling/grammar/aesthetics.)
m (link to "home")
Line 2:
 
In functionality ''bash'' goes well beyond the original Bourne shells and closely matches the extensions of David Korn's "Korn shell" (''ksh'') but lacks built-in support for "associative arrays" and co-processes. However, ''bash'' also adds a number of interactive features drawn from Bill Joy's [[C SHell]] (including the many "bang expansion operators" for things like !! (expand to entire previous command), !-2 (expand to penultimate command), !$ (expand to last argument of previous command) etc).
 
[http://www.gnu.org/software/bash/ GNU Bash homepage]
Anonymous user