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.
Cursor handled in korn shell.
Name: Giovanni Date: November 26, 2003 at 04:34:25 Pacific OS: Aix 5.1 CPU/Ram: rs/6000
Comment:
I wish to handle the cursor in korn shell when I test a choice but I want that the cursor don't go in a new line. In this case: print -n "Yes or No >> " read a
if [[ etc. read a (le cursor not in a new line)
Any help will be appreciated. Many thanks in advance.
Summary: hi, i want to create a directory from my cgi script written in korn shell. but there is no out put. means that this script work for other commands like ls and cd but don't work fo mkdir commands. here...
Summary: I have written a script to login to various network equip and perform automated functions. Is there a way to hide the input from the keyboard on read in Korn shell. read USER?"UBR Login:" read PASS?"...
Summary: When trying to escape special character * - it doesn't seem to work. In korn shell trying to store a local variable as follows sample=test* echo $sample - gets all the file names starting with test* ,...