Hi, fellows!
I'm not a Korn shell specialist, so I need some help!
I have a file called user.cfg with the contents below:
#User configuration
SECTION_NAME=Special Projects
PROJECT_NAME=Full Search Capabilities - FSC
#
I want to export that variables using a ksh script before I execute a program. This program will use the exported variables. How could I do that?
Thanks for all!
I'm not a Korn shell specialist, so I need some help!
I have a file called user.cfg with the contents below:
#User configuration
SECTION_NAME=Special Projects
PROJECT_NAME=Full Search Capabilities - FSC
#
I want to export that variables using a ksh script before I execute a program. This program will use the exported variables. How could I do that?
Thanks for all!