Bash - kamialie/knowledge_corner GitHub Wiki

Bash

User input

docs

read VARIABLE
echo $VARIABLE

Loops

bash loop examples

range

{START..END..INCREMENT}

History

Ignore all commands that start with vault

export HISTIGNORE="&:vault*"