Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: richard%aiai.edinburgh.ac.uk@nss.cs.ucl.ac.uk (Richard Tobin) Newsgroups: comp.sys.sun Subject: icon labels (g Message-ID: <3716.8902132245@aiai.ed.ac.uk> Date: 22 Feb 89 19:02:59 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 12 Approved: Sun-Spots@rice.edu Original-Date: Mon, 13 Feb 89 22:45:50 GMT X-Sun-Spots-Digest: Volume 7, Issue 166, message 3 of 15 > "escape" (^[) to 2 characters (^ and [). (Maybe the mail will change these > escapes to ^ and [, I don't know, they left here as escapes.) Or maybe it won't, and everyone in the world will get their icons labelled `hostname` (and I'm running X11!). If you want a control character in a shell script, various options are available. You could use /usr/5bin/echo '\033' (not /bin/echo) or any of the other programs that understand octal escapes (eg echo x | tr x '\007'). -- Richard