ASCII Table by eban

awk 'END{for(;i<95;)printf"%c ",32+i++}'|fold -32|sed s/.$//

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page