Answers for "print all ascii code bash"

0

print all ascii code bash

#Just use following to iterate through ascii code ;)
for n in {0..7}{0..7}{0..7}; do echo -ne "\\0$n"; done
Posted by: Guest on March-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language