$TERM
–
Terminal Capabilities
$TERM
contains an identifier for the current window’s capabilities.
It’s not a BASH builtin variable, but is often defined in environments.
Links
Examples
- Print the terminal capabilities
- Output:
1
echo $TERM
1
xterm-256color
BashSupport Pro ist eine Bash IDE mit Unterstützung für $TERM – probieren Sie es aus!