mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
fix typo
This commit is contained in:
parent
75d512518e
commit
a3f07d0c75
@ -1427,7 +1427,7 @@ $echo $PATH
|
|||||||
```
|
```
|
||||||
##### List all environment variables for current user
|
##### List all environment variables for current user
|
||||||
```bash
|
```bash
|
||||||
$env
|
env
|
||||||
```
|
```
|
||||||
##### Unset environment variable (e.g. unset variable 'MYVAR')
|
##### Unset environment variable (e.g. unset variable 'MYVAR')
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user