![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help(sh script)--schell scripting | shahidbakshi | Shell Programming and Scripting | 3 | 03-12-2008 02:00 PM |
| need assistance ----SH schell script | shahidbakshi | Shell Programming and Scripting | 2 | 02-22-2008 06:28 AM |
| Help with a shell script for creating a log file | heprox | Shell Programming and Scripting | 2 | 11-14-2006 02:00 AM |
| Creating my first Shell Script | plmahan | Shell Programming and Scripting | 1 | 11-21-2004 11:32 PM |
| help on creating shell script | master_6ez | Shell Programming and Scripting | 1 | 11-21-2004 09:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 11:19 PM.. |
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|