[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: shell program help wanted!



Emil Pedersen (emilp@ftp.sunet.se) said:
> What about:
> 
> 	i=$((i+1))

$[i+1] will also work

I don't use $(( )) ever since I found $[ ] and got used to using $( )
instead of ` `

.adam

-- 
[                <adam@lazur.org> <laz@clustermonkey.org>                ]
[              icq #3354423 | lazur.org | clustermonkey.org              ]



Reply to: