Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I use a Korn script to print (display) ascii characters?

Status
Not open for further replies.

jeremytaffy

Technical User
Sep 6, 2001
75
US
Is it possible in scripting to incorporate ascii characters into my script? I am trying to print, for example, a cursor block, or a smiley. I am using aix 5.1, running korn shell.

thanks
jeremy
 
Here are some usefull tips.

man ascii

this will list the ascii characters.

in one script i use the line

echo "\07"

This caused a bell to sound.

Good Luck

Doug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top