Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 919 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 919 Bytes

bash-example

most used bash script building blocks

edit command line in vim editor

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)

useful links