- ASCII art of letters, with the letters using their own characters
There are four optional fonts for figlet which use the single-ASCII-character letters themselves to draw larger versions of these letter: Either here (alphabet
- CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
CCCC C CCCCCCCCCCCCCCCCCCCC C CCCCCCCCCCC C CCCCCCCC C CCCCCCCCCCCCCCCCCC CCCC C CCCC C CCCCCCCCCCC C C C C C C C CCCCCCCCC C CCCCC CCCCCCC CCC CCCCCC CCCCCC CCCC C CCCCC C CCCCCCCCC C CC C C C C C CCC CCC CCC C C CCC CCCC C CCCCCCCCCCCCCCCCCC CCCC C CCCCCC C CCC C CCC C CCC C C C C C C CC CCC CC C CC CCC C CCC C CCCCCC CCCCCC CCCCCC
- How to convert multi level xml to a single line containing all levels . . .
Using xml2 (available packaged for debian and most other distros) instead of xml2starlet, along with awk and paste: $ xml2 <sdfsdf xml | awk -F= '{ print $2 }' | paste -sd, AAAAAAAAAAAAAAAAAAAA,BBBBBBBB,CCCCCCCCCCCCCCCCCCCC,DDDDDDDDDDDDDDDDDDDD,DDD,EEEEEEEEE,FFF,GGGGGGGGGGs,HHH,IIIIIIIII,JJJ,KKKKKKKKK,L if you want spaces after each comma, add them with sed: xml2 <sdfsdf xml | awk -F= '{ print
|