Created
May 19, 2022 07:55
-
-
Save yowcow/f1a9abad39b288adcc38d0f80c69c70a to your computer and use it in GitHub Desktop.
Print random hex string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
head -c 4 /dev/urandom | perl -Mfeature=say -ne 'say unpack("h*", $_);' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment