![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help(sh script)--schell scripting | shahidbakshi | Shell Programming and Scripting | 3 | 03-12-2008 11:00 AM |
| need assistance ----SH schell script | shahidbakshi | Shell Programming and Scripting | 2 | 02-22-2008 03:28 AM |
| Help with a shell script for creating a log file | heprox | Shell Programming and Scripting | 2 | 11-13-2006 11:00 PM |
| Creating my first Shell Script | plmahan | Shell Programming and Scripting | 1 | 11-21-2004 08:32 PM |
| help on creating shell script | master_6ez | Shell Programming and Scripting | 1 | 11-21-2004 06:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
creating reports using shell schell script
please advise..very urgent.
purpose of my script is that it should generate a report by running a sql script which is stored in a directory and pull the information from DB.script shld be in such a way that I just need to pass a parameter and it shld generate the report and store it in a directory in a particular format like date and time. any inputs? Appreciate any suggestions!! Last edited by complicated; 01-25-2008 at 08:19 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hello,
You must read up on syntax rules for the script language that You want to use. Your example looks like a mix of different languages and platforms to me. Have You tried to use a script for Windows written in VB (or something) and adapt it to unix/linux? Not much in this script will work... First of all, what platform/OS are You on? What script language or shell are You using? If it really is ksh, please read up on it. Start from the basics, such as writing a "Hello World" program. I promise You, its worth it, because You have to start somewhere. /Lakris |
|||
| Google The UNIX and Linux Forums |