Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83 based; site houxm.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!hom From: hom@houxm.UUCP (H.MORRIS) Newsgroups: net.unix Subject: Getting just a bell to output. Message-ID: <1199@houxm.UUCP> Date: Tue, 16-Apr-85 14:54:46 EST Article-I.D.: houxm.1199 Posted: Tue Apr 16 14:54:46 1985 Date-Received: Wed, 17-Apr-85 01:40:29 EST References: <2398@randvax.UUCP> Organization: AT&T Bell Labs, Holmdel NJ Lines: 6 I got one response which told how to output just a bell (without a linefeed) in a portable and not too clumsy way. Namely echo "^G" | tr -d "\012" The rest of the responses mostly were to use `echo -n "^G"' which works ONLY on UCB (whereas I want it to work on both UCB and SV). Thanks to everyone.