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.
ksh script from csh
Name: odabo Date: December 4, 2002 at 08:40:46 Pacific OS: UNIX CPU/Ram: 1 gig
Comment:
Is there any way to run a ksh script from inside a csh script?
Summary: Hi. I have a kornshell script that runs on a daily basis as a cron job. Part of what the script does is copy the folder contents from another server to the current server (server where KSH script is r...
Summary: If you are asking how to pull variables from each line of your file based upon fixed column positions, then I believe you have the general idea of it. In the ksh script below, the while-loop reads ea...