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