Skip to content

the-middle/random_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BASH RANDOM SCRIPT GENERATOR

USAGE

git clone [email protected]:the-middle/random_string.git
cd random_string
bash random_string.sh -c 4 -l 1 -o l

Script will output help, when executed without arguments.

Print help:

bash random_string.sh
  • -c - integer, amount of characters to print;
  • -l - integer, amount of lines to print;
  • -o - string, optional, l - lowercase; u - uppercase. Output will be mixed case without this parameter.

About

Simple bash script to generate random string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages