From: Alexey Sinitsin <a.sinitsin@gmail.com>
To: sp1r1t_13 <sp1r1t_13@bk.ru>,
Saratov Linux User Group Maillist <sarlug@lug.ru>
Subject: Re: [Sarlug] Вопрос
Date: Wed, 16 May 2007 18:16:11 +0400
Message-ID: <200705161816.11959.a.sinitsin@gmail.com> (raw)
In-Reply-To: <1510248255.20070516175844@bk.ru>
Здравствуйте sp1r1t_13,
16 мая 2007, Вы писали:
>[sp] Есть куча текстовых файлов которые лежат в одной папке и ее
>[sp] подпапках. В этих файлахнадо заменить одну строку на другую. Открывать
>[sp] и изменять эти файлы по очереди я буду до старости, как бы
>[sp] автоматизировать этот процесс?
>[sp]
Где-то в архивах рассылки завалялся аналогичный вопрос (про html) и ответ на
него:
---------------------------------------------
Ну а замену можно сделать, например,
из командной строки:
for f in *.html;do \
sed 's/выр1/выр2/g'<$f >$f.new && mv $f $f.bak && mv $f.new $f;done
Для рекурсивной замены вместо for используй find с параметром -exec.
SY, Николай
---------------------------------------------
--
WBR, sinaps. http://saratov.lug.ru JID:sinaps@jabber.org
--
Все женщины знают, что ритм как солнце
А мы вокруг него как планеты.
prev parent reply other threads:[~2007-05-16 14:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-16 13:58 sp1r1t_13
2007-05-16 14:02 ` [Sarlug] бНОПНЯ Alex S. Tolstenev
2007-05-17 7:51 ` Nikita Borodikhin
2007-05-16 14:10 ` [Sarlug] Вопрос Eugene Suchkov
2007-05-16 14:12 ` Roman Bogorodskiy
2007-05-16 14:16 ` Alexey Sinitsin [this message]
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=200705161816.11959.a.sinitsin@gmail.com \
--to=a.sinitsin@gmail.com \
--cc=sarlug@lug.ru \
--cc=sp1r1t_13@bk.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
Saratov Linux User Group
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/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 sarlug sarlug/ http://lore.altlinux.org/sarlug \
sarlug@lists.lug.ru sarlug@lug.ru
public-inbox-index sarlug
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sarlug
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git