ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Henri Bourbon <npecca@yahoo.com>
To: mandrake-russian@altlinux.ru
Subject: [mdk-re] Суммирование потока чисел
Date: Tue Oct 30 23:13:21 2001
Message-ID: <20011030231804.A26965@hb.ant-on.net> (raw)
In-Reply-To: <20011030194400.A476@monster>; from panik_2001@rambler.ru on Tue, Oct 30, 2001 at 07:44:00PM +0300

Tue, 30 Oct 2001 19:44 +0300, Pankratov Artem wrote:

> Имеется следующая проблема: ряд чисел который выводит скрипт,
> как получить сумму этих чисел?

$ my_script | perl -lwne '/\d+/ and $sum += $&; print $sum if eof'

Из каждой входной строки берется только 1 число, первое, либо вообще
ничего не берется, если строка не содержит цифр.
Если числа дробные, поменять \d+ на, скажем, \d+(\.\d+)? или более сложный
регэксп для ``числа''.

Мне кажется, есть и стандартная утилита для вычисления суммы ряда чисел из
станд. ввода, но ее имя я забыл.

-- 
HB



  parent reply	other threads:[~2001-10-30 23:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-30 19:41 Pankratov Artem
2001-10-30 20:24 ` Yura Zotov
2001-10-31  7:05   ` Re[2]: [mdk-re] óÕÍÍÉÒÏ×ÁÎÉÅ ÐÏÔÏËÁ ÞÉÓÅÌ Russu V.F.
2001-10-30 22:01 ` [mdk-re] Суммирование потока чисел Aristarh
2001-10-30 23:13 ` Henri Bourbon [this message]
2001-10-31 12:27 ` Ihar Viarheichyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011030231804.A26965@hb.ant-on.net \
    --to=npecca@yahoo.com \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git