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.
Shell script problem
Name: Patrik Date: January 6, 2003 at 01:54:47 Pacific OS: Linux CPU/Ram: Intel/384
Comment:
Hi,
I've a shell script problem. I want to add a string to my PATH variable in .profile.
Summary: hi , I have a problem in Korn shell script(in dtksh) my program is like that...... #!/usr/dt/bin/dtksh awk ' BEGIN { FS = ":"; # print '$1','$2','$3' cmdargs = '$#' } { if( cmdargs == 3) {...
Summary: For reference please see post: http://www.computing.net/linux/wwwboard/forum/18683.html The problem was: Write a shell script that accepts a number from the user and displays the squares of all number...
Summary: hi, I have a program which executes a shell script through the system() command. This script always exits with 0. But after running for a few hours, my program fails telling "system() call failed...