Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Created October 16, 2024 07:28
Show Gist options
  • Save teebow1e/8be518b711310fdb6728c077983a9685 to your computer and use it in GitHub Desktop.
Save teebow1e/8be518b711310fdb6728c077983a9685 to your computer and use it in GitHub Desktop.
[Utility] Generate hash-like string with length
#!/bin/bash
head /dev/urandom | tr -dc 'a-f0-9' | head -c 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment