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!

Korn shell script

Status
Not open for further replies.

icu812

MIS
Sep 10, 2001
52
US
Can someone please tell me how to script an "enter" into a korn shell script(like when the enter key is hit)
also a ctrl + c character string(as if ctrl + c were hit on a keyboard) thank you very much, you guys are always alot of help
 
echo "\n" |kshscript
echo "^v^c"|kshscript

^v = ctrl-v
^c = ctrl-c

Bill.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top