vault backup: 2024-05-30 17:50:46

This commit is contained in:
zleyyij 2024-05-30 17:50:46 -06:00
parent f1929b060e
commit e2c4aa22a7

View File

@ -17,4 +17,7 @@ In bash, variable assignment is done with the `=` operator. Variables are conven
# Assignment is done with the equal sign (=) operator: # Assignment is done with the equal sign (=) operator:
MY_VARIABLE="Hi Mom!" MY_VARIABLE="Hi Mom!"
echo $MY_VARIABLE echo $MY_VARIABLE
``` ```
## Operators