SUMMARY: Shell Scripting (Flash)

From: Cathy M. Bodenstedt <bodenste_at_mailcenter.csap.af.mil>
Date: Tue Mar 04 2003 - 17:35:27 EST
Thanks to Steve Sandau. This is what I was looking for:

------------
count=1
while [ "$count" -lt "100" ]
   do
     /usr/bin/echo "flashing\r\c"
     sleep 1
     /usr/bin/echo "        \r\c"
     sleep 1
   done
------------



Hello All,
>
> In your basic shell script, how do you get an echo statement to flash
> when the script is run.?
>

--
Phone: 210-925-3244
DSN:   945-3244

[demime 0.99c.7 removed an attachment of type text/x-vcard which had a name of bodenste.vcf]
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Tue Mar 4 17:39:10 2003

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:04 EST