mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Fix for tr: Illegal byte sequence
on macOS
This commit is contained in:
parent
fe6434577b
commit
c69fc7badf
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ ydOmByxmDe63u7gqx2XI9eDgpvJwibNH
|
||||||
Use upper case letters for improved readability if they are written down:
|
Use upper case letters for improved readability if they are written down:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ tr -dc '[:upper:]' < /dev/urandom | fold -w 20 | head -n1
|
$ LC_ALL=C tr -dc '[:upper:]' < /dev/urandom | fold -w 20 | head -n1
|
||||||
BSSYMUGGTJQVWZZWOPJG
|
BSSYMUGGTJQVWZZWOPJG
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue