mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-21 19:33:15 +02:00
fix typo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user