Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printable lower ASCII charaters #23

Open
szepeviktor opened this issue Aug 17, 2023 · 0 comments
Open

Printable lower ASCII charaters #23

szepeviktor opened this issue Aug 17, 2023 · 0 comments
Assignees

Comments

@szepeviktor
Copy link
Owner

szepeviktor commented Aug 17, 2023

Print 3 times 32 (96-1) ASCII characters.

for C in {2..7}{{0..9},{A..F}}; do printf "\\x${C}"; done | tr '\177' '\n' | fold -w 32
 !"#$%&'()*+,-./0123456789:;<=>?
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
`abcdefghijklmnopqrstuvwxyz{|}~

馃憠馃徎 non-ascii-hu.sh

@szepeviktor szepeviktor self-assigned this Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant