This commit is contained in:
Bonnie I-Man Ng 2019-05-16 11:52:54 +08:00 committed by GitHub
parent 75d512518e
commit a3f07d0c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1427,7 +1427,7 @@ $echo $PATH
```
##### List all environment variables for current user
```bash
$env
env
```
##### Unset environment variable (e.g. unset variable 'MYVAR')
```bash