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 urgent
Name: frns5 Date: September 24, 2008 at 09:32:56 Pacific OS: ... CPU/Ram: .... Product: ....
Comment:
Hi iam new to scripting .I need a shell script that will run on the oracle server to perform the extract using SQLPlus. Use grep, sed, tr, awk, etc to manipulate the extract and then upload to the FTP site
Summary: Hi, I need an urgent help with a complex situation. I really appreciate your help! I have a parameter file like this. unix> cat script.par name=david city=portland job=(admin,manager) admin_role=(call...
Summary: Hi, I'm trying to run loops in shell scripts using the following script. loop=1 while [ loop -lt 10 ] do echo 'this is my $loop text-line' loop='expr $loop + 1' done ---- but I'm getting error: test: ...
Summary: I'm completely new to shell programming. As this is quite urgent, please offer your help. Thanks a lot! If there is a text file which contains: 1. Amt = 1000 Date = 01012003 =========================...