Brett Worth wrote on 1/05/11 9:12 PM:
> for i in {1..50}; do echo -e '\e(0q\e(B\c';done;echo
Classy :-)
Thanks.
Tho' it does show up a fault in OS/X bash (echo -e & shopt) - the doco
doesn't match Real Life.
[The bash man page gives the list of escape sequences, but they aren't
all recognised :-(. 'shopt' is a builtin and opts are different to manpage]
--