ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] sed -?
@ 2004-10-05 13:43 Dolgov OV
  2004-10-05 13:07 ` Aleksander N. Gorohovski
  2004-10-05 15:19 ` Dolgov OV
  0 siblings, 2 replies; 11+ messages in thread
From: Dolgov OV @ 2004-10-05 13:43 UTC (permalink / raw)
  To: community

Здравствуйте.

Подскажите плз. как sed'ом заменить некий patern переводом строки?
Или может не sed'ом, а perl'ом, но задача вот в чем:
Есть текстовый файл с фрагментами html кода. В каждой строке от 1-го до
30-ти участков, разделенных последовательностью </TD></tr>
Вот эти </TD></tr> я и хочу заменить переводом строки, дабы уже потом
обрабатывать каждую отдельную ячейку, как отдельную строку в файле.

Пробовал 
cat list.txt | sed s/"<\/TD><\/tr>"/\n/g - > list1.txt
тупо подставляется n.

perl -nwe 'print "$1\n" if /(.*)<\/TD><\/tr>/' list.txt >
list1.txt
отбрасывает только последнюю последовательность. Может можно както
perl'у объяснить чтобы он шел последовательно по строке до искомого
patern'а?

-- 
С наилучшими,
Олег Долгов
<dov AT media-link DOT info>
Registered Linux user #315454


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-10-06 14:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-05 13:43 [Comm] sed -? Dolgov OV
2004-10-05 13:07 ` Aleksander N. Gorohovski
2004-10-05 14:27   ` Dolgov OV
2004-10-05 15:18     ` Michael Holzman
2004-10-06  8:14     ` Denis A. Yurashkou
2004-10-06 14:19     ` Aleksander N. Gorohovski
2004-10-05 15:19 ` Dolgov OV
2004-10-05 18:39   ` Yura Kalinichenko
2004-10-06  6:58     ` Dolgov OV
2004-10-06  7:36       ` Yura Kalinichenko
2004-10-06  8:15         ` Dolgov OV

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