Summary: i want to open a file automatically (not by using vi) (ex. from another file) insert few characters at say 12th position to 15th position and save it ...
Summary: Hi, I am having a problem determinig how to write an awk script that will do the following. I have a file and in that file I am looking at a certain f...
Summary: I have a job that needs to run daily. I need to write a shell script which will pick up a input file that is generated daily. The generated file is go...
Summary: First of all, I would like to thank the folks posting here.. I have learned a lot. Now to my next issue - I am trying to create a script that will pro...
Summary: I want to write a shell script which can automatically login into a node, and put in the username and password. Also execute few more commands once l...
Summary: Following script will create test.dat by starting off with a file called header, then awk will append its lines, then the script will append a file ca...
Summary: Hello, I have a script called "change" that lives in the following directory: /home/controlm/measurements/ The /home/controlm dir is the home dir for ...
Summary: Hi, I am telnetting to unix node from my START->RUN menu in windows 98. Is there any way to automatically supply the username/password each time I te...
Summary: When a user logs on to one unix system remotely from another (e.g., with telnet or ssh), it is necessary to set the DISPLAY environment variable to th...
Summary: I'm writing automated test scripts for SCO 5.x and UnixWare 2.x and 7.x. I would like to know how to automatically login (as root) after a reboot (us...
Summary: hi all I need some help and i hope someone can help me.. In /etc/group file I need to append usernames at the end of a group record so that these use...
Summary: HI, How do i open a file and remove the first X characters from each line? I have a syslog file that has duplicate entries. I want to run uniq to rem...
Summary: Hi folks, Can someone help me. I'd like to locate a character (@) in a text file and append a string of characters like "< yyyyyyy...y". For exampl...
Summary: Hello, I try to detect the presence of a char in a string. This is korn shell. mystring="1234-" mychar="-" if [ mystring includes mychar ] ; then e...
Summary: I have Open unix calderal 8.0 runing on pentium 2.4ghz with 1gb ram.i need a script to perform an auto mounting of a partion on my hard disk and a scr...
Summary: Hello, I have a Bourne Shell script that first calls sqlldr then logs into SQL Plus to run a PL/SQL script. However, when I run this script, I nee...
Summary: I am trying to create a script, which will automatically log me into router. I have created the following script but I cannot get it to work. Here is ...
Summary: I just want to make a script that enters password automatically rather than making a user type password manually... i don't know which language is goo...
Summary: Team, Could you pl tell me how can I restict a user to access HP UNIX and send a logout message to that user saying that " your access times had exp...
Summary: Hi All, Very day, I need to collect data to a tape at different directory on the same machine, and I only can append the data to the same tape, my pro...
Summary: Any update on the automatic login problem (from a local machine) we were working on earlier? Like I said earlier, the remote login idea was simple en...
Summary: I need to be able to print the last few pages (or lines) of a very large file. Can anyone help me out? I know how to print the whole thing,and I kno...