Extended Ascii in Linux

How would I print these characters in Linux?

│ (ascii 179)

├ (ascii 195)

└ (ascii 192)

─ (ascii 196)

I cannot find any octal values that would work with echo -e "\0xxx", any ideas?

6
задан Benjamin 7 April 2011 в 17:01
поделиться