most used bash script building blocks
shortcuts: ctrl-x ctrl-e
# .bashrc, default style - vi
set -o vi
how to run bash text in current terminal, source from text, execute bash text, run completion in current terminal
# your command with bash-script-text generator is: `influx completion bash`
eval $(influx completion bash)