![]() |
|
|
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 |
| Doubt??? [scope of variables] | qzv2jm | Shell Programming and Scripting | 1 | 03-04-2008 09:19 AM |
| Access Awk Variables Outside Scope | Amruta Pitkar | Shell Programming and Scripting | 7 | 01-15-2008 09:17 AM |
| Access Awk Variables Outside Scope | Amruta Pitkar | UNIX for Advanced & Expert Users | 2 | 10-26-2006 10:35 PM |
| scope | sundaresh | High Level Programming | 7 | 06-28-2006 12:19 PM |
| C++: scope, different files etc.. | J.P | High Level Programming | 1 | 04-25-2002 05:41 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Variables scope.
Hi ,
I'm trying to change the variable value in a while loop , however its not working it seems that the problem with subshells while reading the file. #!/bin/sh FLAG=0; cat filename | while read data do FLAG=1; done echo $FLAG Should display 1 instead displays 0 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|