vault backup: 2024-05-30 17:52:46
This commit is contained in:
parent
c468195f91
commit
6434f9be6c
@ -19,8 +19,12 @@ MY_VARIABLE="Hi Mom!"
|
|||||||
echo $MY_VARIABLE
|
echo $MY_VARIABLE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Quotes
|
||||||
|
In Bash, different styles of quotes mean different things:
|
||||||
|
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| ------------- | ---------------------------------------------------- |
|
| ------------- | ---------------------------------------------------------------------------------------------- |
|
||||||
| `exit [CODE]` | Make the script process exit with exit code `[CODE]` |
|
| `exit [CODE]` | Make the script process exit, where `[CODE]` is the exit code the process will terminate with. |
|
||||||
|
| | |
|
Loading…
Reference in New Issue
Block a user