![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enter to OBP | jess_t03 | SUN Solaris | 5 | 02-13-2008 09:14 AM |
| writing Enter key inside in shell script | bishweshwar | Shell Programming and Scripting | 3 | 01-04-2008 09:45 AM |
| read the ENTER key | sars | Shell Programming and Scripting | 4 | 11-27-2006 05:34 AM |
| possible to run script to enter info within a program? | lianderthal | Shell Programming and Scripting | 1 | 06-09-2005 03:40 PM |
| HELP with Enter Character | zecarlos | Shell Programming and Scripting | 1 | 01-30-2002 09:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
using enter key in shell script
without pressing the enter key ..manually...
how can we read the enter key ..from the shell script..so that the script termintes automatically. eg: telnet a.b.c.d xxxx now " how to read the enter key" tho terminate the script |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can read any user input using the 'read' command. If you want to do anything else, you need to explain your requirements a little better.
|
||||
| Google The UNIX and Linux Forums |