From: Roman Bogorodskiy <novel@FreeBSD.org> To: sp1r1t_13 <sp1r1t_13@bk.ru> Cc: Saratov Linux User Group Maillist <sarlug@lug.ru> Subject: Re: [Sarlug] Вопрос Date: Wed, 16 May 2007 18:12:18 +0400 Message-ID: <20070516141218.GB59258@underworld.novel.ru> (raw) In-Reply-To: <1510248255.20070516175844@bk.ru> [-- Attachment #1: Type: text/plain, Size: 741 bytes --] sp1r1t_13 wrote: > ПРиветствую линуксойды! > > Помогите с одним вопросом. > > Есть куча текстовых файлов которые лежат в одной папке и ее > подпапках. В этих файлахнадо заменить одну строку на другую. Открывать > и изменять эти файлы по очереди я буду до старости, как бы > автоматизировать этот процесс? Помню обсуждался этот вопрос :) Примерно так можно (навскидку, тестить лень): for i in `find . -type f`; do cp $i $i.orig; cat $i|sed -e 's/foo/bar/g' > $i;done > -- > С уважением, > sp1r1t_13 mailto:sp1r1t_13@bk.ru > > _______________________________________________ > Sarlug mailing list > Sarlug@lug.ru > https://lists.lug.ru/mailman/listinfo/sarlug Roman Bogorodskiy [-- Attachment #2: Type: application/pgp-signature, Size: 305 bytes --]
next prev parent reply other threads:[~2007-05-16 14:12 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 [this message] 2007-05-16 14:16 ` Alexey Sinitsin
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=20070516141218.GB59258@underworld.novel.ru \ --to=novel@freebsd.org \ --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