This commit is contained in:
zimbatm 2020-10-25 03:00:50 -04:00 committed by GitHub
commit 2013fd54b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -105,6 +105,16 @@ $ printf '%s\n' "${_@P}"
black
```
## Get the home of the current user
NOTE: use the previous section to set $USER if it's missing. It's usually set
by the login shell.
```shell
$ eval echo ~$USER
/home/myuser
```
## Generate a UUID V4
**CAVEAT**: The generated value is not cryptographically secure.