SUMMARY: Shell Scripting (Flash)

2007-12-25 0:43:00

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]

Comments

Got something to say?

You must be logged in to post a comment.