Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!sdd.hp.com!hplabs!hpda!hpcupt1!decot From: decot@hpcupt1.cup.hp.com (Dave Decot) Newsgroups: comp.unix.questions Subject: Re: bells and beeps Message-ID: <67930009@hpcupt1.cup.hp.com> Date: 14 May 91 23:29:42 GMT References: Organization: Hewlett Packard, Cupertino Lines: 10 > we are novice unix users running a hewlett-packard 9000/835 under > hp-ux (a berkeley and at &tt unix hybrid. how do we activate > a keyboard beep from within a korn shell script? the idea is > to warn users of invalid entries before the screen clears. echo "You made a mistake!^G" where ^G means you hit control-G at that point in entering the script. Dave