vault backup: 2024-05-30 17:50:46
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user