Statements (54)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:software
|
gptkbp:developed_by |
gptkb:Brian_Fox
|
gptkbp:features |
job control
aliases command line editing history mechanism shell functions |
https://www.w3.org/2000/01/rdf-schema#label |
Bash 1.1
|
gptkbp:language |
gptkb:C
|
gptkbp:license |
gptkb:GNU_General_Public_License
|
gptkbp:operating_system |
gptkb:operating_system
|
gptkbp:platform |
cross-platform
|
gptkbp:predecessor |
gptkb:Bourne_shell
|
gptkbp:release_date |
1995-06-11
|
gptkbp:successor |
gptkb:Bash_2.0
|
gptkbp:supports |
functions
arrays conditional expressions environment variables string manipulation command history command substitution command line options process management looping constructs debugging options arithmetic evaluation here documents process substitution function scope exit status command line completion input/output redirection signal handling user-defined variables command grouping file globbing here strings subshells trap command positional parameters command substitution with $() command substitution with backticks debugging with set -e debugging with set -o debugging with set -u debugging with set -x getopts for option parsing local variables in functions process substitution with <(command) process substitution with >(command) return values from functions |
gptkbp:type |
command processor
|
gptkbp:uses |
readline library
|