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.
unix scripting
Name: karen Date: April 2, 2003 at 03:30:57 Pacific OS: Windows XP CPU/Ram: AMD duron/ 256 ram
Comment:
Hi,
I'm having problems with unix script programming. I need to be able to write a basic addition expression, and be able to read values from a command line like ./add 3 4 5.
Name: David Perry Date: April 2, 2003 at 04:16:10 Pacific
Reply:
Karen,
How about you post the code you have so far and let the people here make suggestions || comments. Please point out the section of code you are having difficulty with.
Summary: I'm getting a little frustrated and would appreciate any help. I'm writting a unix script, and no matter what I do, it ignores the command line variables. At this point, I'm just trying to echo out wh...
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. The main menu has options that brings their own me...