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.
using ftp in Korn Shell
Name: Bridge Date: November 4, 2002 at 16:57:51 Pacific OS: sunos CPU/Ram: sun4u
Comment:
Could some one tell how to using ftp in Korn Shell Scripts?
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 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...
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?"...