https://github.com/arvl130/get-random-string
🔀 Randomize strings or Get random strings from the command-line
https://github.com/arvl130/get-random-string
bash posix randomizer shell
Last synced: about 1 month ago
JSON representation
🔀 Randomize strings or Get random strings from the command-line
- Host: GitHub
- URL: https://github.com/arvl130/get-random-string
- Owner: arvl130
- Created: 2020-06-02T13:59:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T14:07:56.000Z (about 6 years ago)
- Last Synced: 2025-04-07T10:04:15.542Z (about 1 year ago)
- Topics: bash, posix, randomizer, shell
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🤖 Generate random strings
```
Usage: ./gen_random.sh [LENGTH]
```
Specifying string length is optional. Defaults to 32 characters.
## 🔄 Randomize strings
```
Usage: ./jumble.sh
```
# Installation
```
$ git clone https://github.com/arvl130/get-random-string
$ cd get-random-string
```