![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| running multiple scripts | nvuradi | Shell Programming and Scripting | 3 | 08-13-2007 10:53 AM |
| How to make the same change in multiple shell scripts? | rdakhan | Shell Programming and Scripting | 4 | 05-29-2007 08:21 PM |
| Multiple platform scripts | *ptr | Shell Programming and Scripting | 8 | 03-14-2007 03:52 AM |
| How to open multiple shells while the scripts keeps running. | Closed_Socket | UNIX for Dummies Questions & Answers | 5 | 10-08-2006 11:06 AM |
| Multiple FTP scripts submitted to a subprocess | tomstone_98 | UNIX for Advanced & Expert Users | 0 | 02-11-2005 11:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
usage of same variable in multiple scripts
Hi,
I have a .test file which has: #!/bin/ksh export TEST_FLAG=1 In the test1.ksh i have: #!/bin/ksh . .test echo $TEST_FLAG When i execute the test1.ksh its showing the value as 1. But if i refer the same variable in another script, the value is not 1. Basically, I need to have a flag. The flag will be set in the first script. And based on that value, i need to so some operations in my second script. Can any body help me for this ... please |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|