Skip to content

jedahan/random_unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this I don't even. 30 programs in 30 days?

print all the valid unicode characters:

target/random_unicode

print all the uniq printable unicode characters:

target/random_unicode | uniq

print a random character:

shuf -n 1 <<< $( target/random_unicode | uniq )

About

i want random unicode characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages