top | item 10756743

(no title)

101914 | 10 years ago

For shells that lack echo -e and printf (yes, there are such shells; at least, I use one):

  echoe(){ local a=${#1}; echo $1 |dd bs=1 count=$a;}

discuss

order

No comments yet.