Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!uakari.primate.wisc.edu!aplcen!uunet!mcsun!sunic!dkuug!harald.ruc.dk!jba From: jba@harald.ruc.dk (Jan B. Andersen) Newsgroups: comp.unix.questions Subject: Re: Highlighted output from shell script? Message-ID: <211@harald.UUCP> Date: 2 Feb 90 02:03:56 GMT References: Distribution: comp Organization: RUC - Roskilde University Center, Denmark Lines: 11 jiang@hbar.rice.edu (Jun Jiang) writes: >I am trying to write a shell script which should be able to print >something in highlighted text. Does anyone out there have any idea >how to do it? Thanks a lot. If you have terminfo this should work: % bold=`tput bold` % normal=`tput sgr0` % echo $bold Some text $normal