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.
Need simple Shell Script
Name: alsedeeq Date: April 12, 2004 at 22:40:17 Pacific OS: Unix CPU/Ram: 128
Comment:
hi, I need to implement a small shell script. The script should allow the input of a new program name and its arguments. When the input finished it will run the program with exec() function where the program will be searched using PATH variable afterwards the script ask for another input.. please I tried but did not succeed yet,, any help will be highly appreciated.
Summary: Please help if you can. I need a shell-script to search each log file and save the output to a text file with these columns: JOB # REQUEST START DATE & TIME ...
Summary: i need a simple shell script for unix, however im completely useless at shell scripting and cant get past the #!/bin/sh bit 8(.... what i desperately need to do is move files from my current director...
Summary: I am new to Unix and working on some simple shell scripts..Q. Create a script file that sums the numbers passed to it as arguments on the command line and displays the results. Use the for loop co...