Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!indri!aplcen!wb3ffv!idsssd!bruce From: bruce@idsssd.UUCP (Bruce T. Harvey) Newsgroups: comp.unix.questions Subject: Re: FANCY BANNER Summary: In addition ... Message-ID: <730@idsssd.UUCP> Date: 21 Aug 89 13:29:21 GMT References: <879@nsscb.UUCP> <10650068@hpisod2.HP.COM> Organization: In*sight Distribution Systems, Hunt Valley, MD Lines: 16 In article <10650068@hpisod2.HP.COM>, decot@hpisod2.HP.COM (Dave Decot) writes: > Hey, that's a good comp.unix.question. > > The answer is: > > banner "$2" | tr "#" "$1" > > Dave Decot > HP And, for all you folks that use banner to produce more than one line of output display at a time: MYvar=$1 shift banner "$*" | tr "#" "$MYvar"