Skip to content

Instantly share code, notes, and snippets.

@Keruspe
Created April 18, 2019 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keruspe/f2ab5a1d2914b26438d28a6ee62d603c to your computer and use it in GitHub Desktop.
Save Keruspe/f2ab5a1d2914b26438d28a6ee62d603c to your computer and use it in GitHub Desktop.
keruspe@Lou ~ % bash
keruspe@Lou ~ $ echo $BASHOPTS
checkwinsize:cmdhist:complete_fullquote:expand_aliases:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
keruspe@Lou ~ $ echo $BASH_COMPAT
keruspe@Lou ~ $ BASH_COMPAT=3.2 bash
keruspe@Lou ~ $ echo $BASHOPTS
checkwinsize:cmdhist:compat32:complete_fullquote:expand_aliases:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
keruspe@Lou ~ $ echo $BASH_COMPAT
3.2
keruspe@Lou ~ $ export BASHOPTS
keruspe@Lou ~ $ bash
keruspe@Lou ~ $ echo $BASHOPTS
checkwinsize:cmdhist:compat32:complete_fullquote:expand_aliases:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
keruspe@Lou ~ $ echo $BASH_COMPAT
32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment