![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 assistance: sed and repeating patterns | metalwarrior | UNIX for Advanced & Expert Users | 1 | 02-02-2008 05:00 AM |
| including shell env variables into C code | bdsffl | High Level Programming | 4 | 01-26-2007 04:06 PM |
| Repeating commands in a script | Dave2874 | Shell Programming and Scripting | 4 | 03-14-2005 10:34 AM |
| Filter out repeating messages | antalexi | SUN Solaris | 2 | 01-31-2005 02:19 PM |
| repeating kernel message | progressdll | UNIX for Advanced & Expert Users | 2 | 07-29-2002 04:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Repeating variables in the code
Hi all,
I had written 3 KSH scripts for different functionalities. In all these 3 files there are some 30 variables in common. So I want to reduce the code by placing these variables in a common properties file named (dataload.prop/dataload.parms/dataload.txt) or txt file and access it in the 3 programs from one program. Please do tell me how to call that properties file from a ksh program. Thanks |