Supported Bash Features
BashSupport Pro is an IDE for Bash, Zsh and POSIX shell script development. These pages provide the documentation of variables and test operators, which are bundled with BashSupport Pro. Please refer to quick documentation and autocompletion to learn how the plugin supports these features.
Variables
All built-in Bash script variables supported by BashSupport Pro.
Show all
- $auto_resume
- $BASH
- $BASH_ALIASES
- $BASH_ARGC
- $BASH_ARGV0
- $BASH_ARGV
- $BASH_CMDS
- $BASH_COMMAND
- $BASH_COMPAT
- $BASH_ENV
- $BASH_EXECUTION_STRING
- $BASH_LINENO
- $BASH_LOADABLES_PATH
- $BASH_REMATCH
- $BASH_SOURCE
- $BASH_SUBSHELL
- $BASH_VERSINFO
- $BASH_VERSION
- $BASH_XTRACEFD
- $BASHOPTS
- $BASHPID
- $CDPATH
- $CHILD_MAX
- $COLUMNS
- $COMP_CWORD
- $COMP_KEY
- $COMP_LINE
- $COMP_POINT
- $COMP_TYPE
- $COMP_WORDBREAKS
- $COMP_WORDS
- $COMPREPLY
- $COPROC
- $DIRSTACK
- $EMACS
- $EPOCHREALTIME
- $EPOCHSECONDS
- $EUID
- $EXECIGNORE
- $FCEDIT
- $FIGNORE
- $FUNCNAME
- $FUNCNEST
- $GLOBIGNORE
- $GROUPS
- $histchars
- $HISTCMD
- $HISTCONTROL
- $HISTFILE
- $HISTFILESIZE
- $HISTIGNORE
- $HISTSIZE
- $HISTTIMEFORMAT
- $HOSTFILE
- $HOSTNAME
- $HOSTTYPE
- $IGNOREEOF
- $INPUTRC
- $INSIDE_EMACS
- $LINES
- $MACHTYPE
- $MAILCHECK
- $MAILPATH
- $MAPFILE
- $OLDPWD
- $OPTARG
- $OPTERR
- $OPTIND
- $OSTYPE
- $PIPESTATUS
- $POSIXLY_CORRECT
- $PROMPT_COMMAND
- $PROMPT_DIRTRIM
- $PS0
- $PS3
- $RANDOM
- $READLINE_LINE
- $READLINE_MARK
- $READLINE_POINT
- $REPLY
- $SECONDS
- $SHELL
- $SHELLOPTS
- $SHLVL
- $SRANDOM
- $TERM
- $TIMEFORMAT
- $TMOUT
- $TMPDIR
- $UID
Arithmetic Operators
Listing of the built-in arithmetic operators, which are supported by BashSupport Pro.
Test Operators
Listing of the conditional test operators, which are supported by BashSupport Pro.