From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <415BD0E3.4080906@list.ru> Date: Thu, 30 Sep 2004 13:24:51 +0400 From: Jury Levykin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.6) Gecko/20040310 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] bash -- please help References: <415BCBF8.60104@list.ru> <223377194.20040930162236@ngs.ru> In-Reply-To: <223377194.20040930162236@ngs.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Spam: Not detected X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 09:24:54 -0000 Archived-At: List-Archive: List-Post: php-coder пишет: >0000100101011110100100101::30.09.2004::0110001001001000100111100100010 > > summ=$(($summ + $x1)) > > или > > summ=$[$summ + $x1] > Это тоже работает, спасибо.