Summary: please help: how can i write a script Example 1: [min@alpha min]$ ./mt Enter an integer number: 3 You entered 3 The sum of all the integer from 0 to...
Summary: I'm trying to write a unix script that will delete files in a specific directory after they are 30 days old. I know how to do this conceptually but th...
Summary: Hey I'm doing a programmaning project in class. One of the programs I have to do is to create a program that will allow the user to type in a number,...
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: Hi Everyone, I need help with Unix. I have to write a script that will convert currency. It has to convert US to Canadian dollars and vice versa. A...
Summary: Hi there, Is there any professional here help me on this? I'm totally new with UNIX env. Also, I got the first assignment regarding UNIX Script. I don...
Summary: Thanks Nails. the script is working with regular unix command, but when I try to call another script inside the loop , it is not working well again: H...
Summary: The answer to a post about 4 below this has the basics of what you want to do. See: http://www.computing.net/unix/wwwboard/forum/2372.html (Need Hel...
Summary: Please help! I have a assignment for my class to write a simple unix script but I don t know it:( Could you write me one? Many thanks in advance ...
Summary: nails, my program should follow a general syntax: -s for displaying contacts specified, -a creates contact aking for nickname, firstname,lastname and...
Summary: i need to write some scripts: 1- that get dir from arg and save to file. 2 - get 2 dirs from args, compare, report if equal. 3- Compare logged-in user...
Summary: need help Writing a script that will print the login name, full name and primary group name using the login names or a sorted list of the same informa...
Summary: Need to make scripts for -transfering files from a unix server to an NT server -editing files -working with variables ... My boss gave me 4 weeks to l...
Summary: How to disconnect DB connectivity in a UNIX script. I have connected to a DB using sqlplus command in UNIX shell script. I need to know how to check t...
Summary: I need a KornShell script that will, among all the users currently logged on to the system, find a slot of one hour that contains the most number of u...
Summary: Hi everyone, I'm a Unix newb taking some classes at my local community college, I have an assignment Im stuck on and could use any suggestions anyon...
Summary: Hi, I have a file in the format of a listing of item numbers in one column in the (*.xls) -excel file. I would like to have an output in a different f...
Summary: Hi All, I am quite new at unix script. I have two questions to ask for your help. 1) I will do quite a lot of experiments. The output file names of di...
Summary: HI there, if anyone can help me it will be much appreciated. I need to make a bourne shell script which will ping a total of 30 servers to make sure ...
Summary: I need some help on a unix script I am trying to write, or at least the logic behind it. The task im trying to achieve is to search a file for using a...
Summary: Hello all, I'm having a problem with one part of my KSH script. Below is the script and OutPut. What I would like to do next is combine field 1 "exam...
Summary: I have a .txt file which contains several lines of text. I need to write a script program using grep or any other unix tool so as to detect part of th...
Summary: I need help writing a script that prints to the screen how many people logged into the server before me and how many people logged in after me. If any...
Summary: My main problem with this script is that I couldn't make it run the way it is. I believe because is missing a few menu options. I am trying to complet...