![]() |
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 |
| bash and ksh: variable lost in loop in bash? | estienne | Shell Programming and Scripting | 2 | 08-25-2008 02:09 PM |
| passing variable from bash to perl from bash script | arsidh | Shell Programming and Scripting | 10 | 06-04-2008 12:25 PM |
| sed error - using reserved letters | karthikn7974 | Shell Programming and Scripting | 6 | 05-07-2008 03:25 AM |
| NFS and NIS reserved ports | mchnaider | UNIX for Advanced & Expert Users | 0 | 11-23-2006 02:14 AM |
| IP forwarding from reserved IP addresses | Scott Pullen | IP Networking | 2 | 01-10-2002 12:55 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
chkcount variable in bash reserved?
Hi,
im experiencing a really strange thing: _____________________________ #!/bin/bash chkcount=0 chkcountmax=3 while ((chkcount < chkcountmax)) do echo "chkcount=$chkount" echo "chkcountmax=$chkountmax" ((chkcount++)) done --------------------------------------------------------------- this results in and endlessloop... if if replace chkcount with count, it works... is there something special about the chkcount variable? i got an RHEL 5.2 running, maybe that is the issue? thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|