Summary: I need a script to read from atext file and accordingly perform register read writes. The text file contains the address and the data value to be writ...
Summary: Hey, Sorry about such an ambiguous request. Anyway let me try to explain again. Well basically I want to look at my files and directories(on my unix ...
Summary: Hi. I am a beginner on scripting. I will write a shell script for string encryption/decryption. the script will take 3 parameters. First one will be a...
Summary: I am a beginner of shell scripts. I need help in writing a script for replacing duplicate of multiple lines in a list of files in a directory with so...
Summary: Even though at home I have both a Solaris and Linux box, almost everything I do is on my Windows box (one of these days I'll get smart and reverse th...
Summary: Hi, I need to write a script for export/import job in oracle. I should be able to give instance name as a parameter while performing export. I also be...
Summary: Greetings! Does anyone know of a utility or a script for renaming files on a UNIX web server? I've seen several of these types of renaming utilities ...
Summary: hello, every body , i need a script for login to a router by taking USER and PASSWORD from the script itself(i.e automate login).It is possible or any...
Summary: - I need to read and ignore a file till i find a certain string and then write out the rest of the file in to another file using sh ... can some one ...
Summary: Best choice would be for that file to have something besides spaces for the field delimeters (comma, semicolon, bar character). Your only problem rig...
Summary: I would like to write a script that searches for a text string in a file and replaces it with another text string. The syntax could be something like ...
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. ...
Summary: I dont know that I would even bother writing a script for this. The easiest way would be to edit your .login file. As an example and what you are lo...
Summary: I am learning c shell and i am trying to do this problem. This is the question 1) check that an argument was entered on the command line and that it i...
Summary: I am currently completing a shell script for an assignment in my intro to operating systems class. I have to write a Bourne shell script that allows t...
Summary: I have wrote a script to check the printers.conf file and do a lpstat -o PrinterName to make sure the printer are working and are not unknown printer....
Summary: Great feedback! This is what I was looking for also. It's important that when you write a script to do this that you don't just delete them. Figure...
Summary: Hi Gurus, From a unix script, i would like to get into oracle and then check the field value of a particular column in a table and then take some act...
Summary: I shutter when I read "cat piped into grep" which ranks as one of the more superfluous things I have to read about (or see) in a shell script. A simp...
Summary: I am attempting to write a script that takes positional parameter arguments and then uses them later.e.g.($ myselect.sh open read ...) What I do next...
Summary: this inquirery is to find out how to write a unix script for ftp from Lucent CMS Manpower Planning Report off the ACD into A TELECENTER SYSTEM or TCS ...
Summary: Before using a file as a shell script you must change its access permissions so that you have execute permission on the file, otherwise the error mess...