ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Eugene Ostapets <eostapets@gmail.com>
To: ALT Linux Community <community@altlinux.ru>
Subject: Re: [Comm] Замена одного двумя
Date: Mon, 19 Sep 2005 17:04:11 +0300
Message-ID: <e12fd2db05091907045fd6bdde@mail.gmail.com> (raw)
In-Reply-To: <op.sxcow8jlhz2pp6@oc.peooc.net>

19.09.05, Aleksander N. Gorohovski<angel feht.dgtu.donetsk.ua> написал(а):
> Доброго времени суток сообщество!
> 
> Подскажите как можно элегантно средствами bash
> выполнить замену одного символа в файле двумя другими?
> 
> Пробовал, например:
> tr -s "1" "23" < file1 > file2
> ругается (вообщем справедливо) и не помогает.
Это не bash
> 
> Конечно можно и на Perl программку сделать, но хотелось bash.
Ну на таком баше и я могу: cat file1 | sed 's@1@23@g' > file2 или
subst 's@1@23@g' file


-- 
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru

  reply	other threads:[~2005-09-19 14:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-19 12:56 Aleksander N. Gorohovski
2005-09-19 14:04 ` Eugene Ostapets [this message]
2005-09-19 14:11   ` На один cat меньше " Dmytro O. Redchuk
2005-09-20  5:34     ` Aleksander N. Gorohovski
2005-09-20  5:30   ` Aleksander N. Gorohovski

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=e12fd2db05091907045fd6bdde@mail.gmail.com \
    --to=eostapets@gmail.com \
    --cc=community@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