Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Enter key in unix
Name: Neeraja Date: June 24, 2005 at 03:18:36 Pacific OS: HP UX CPU/Ram: 256
Comment:
Hello All,
Can you help me in capturing the enter key in the script?
For eg : echo "Press Enter to continue :"
-> after this the script should wait until the user presses enter and then will continue once the user press Enter..
Summary: I am looking for the sed command to cancel all the enter keys in a corpus. I have eliminated the tab key with sed -e 's/\t//g' but I don't know how to do it with the enter key. Thank you Edmondo...
Summary: i want to open internet explorer window in unix system. i want to automate this. till entering into my yahoo page i want to automate. i ll store my username and passward in one file. 1) invoking ie6 b...