ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] sed и символ /
@ 2004-10-28 23:13 Mikhail Ramendik
  2004-10-29  3:46 ` antilopa_gnu
  2004-10-29  4:55 ` Andrew Borodin
  0 siblings, 2 replies; 4+ messages in thread
From: Mikhail Ramendik @ 2004-10-28 23:13 UTC (permalink / raw)
  To: community

Всем привет!

Смотрю на manpage, на faq, но не вижу...

Предположим, я хочу при помощи sed заменить один url на другой.

А в этих url дофига символов / .

Вопрос - как их escape-ить в команде sed s/первый_url/второй_url/g ?

С уважением, Михаил Рамендик






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

* Re: [Comm] sed и символ /
  2004-10-28 23:13 [Comm] sed и символ / Mikhail Ramendik
@ 2004-10-29  3:46 ` antilopa_gnu
  2004-10-29  5:04   ` Re[2]: " php-coder
  2004-10-29  4:55 ` Andrew Borodin
  1 sibling, 1 reply; 4+ messages in thread
From: antilopa_gnu @ 2004-10-29  3:46 UTC (permalink / raw)
  To: community

Mikhail Ramendik пишет:

> Предположим, я хочу при помощи sed заменить один url на другой.
> 
> А в этих url дофига символов / .
> 
> Вопрос - как их escape-ить в команде sed s/первый_url/второй_url/g ?

Ставить символ \ перед за-escape-иваемым символом /


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

* Re: [Comm] sed и символ /
  2004-10-28 23:13 [Comm] sed и символ / Mikhail Ramendik
  2004-10-29  3:46 ` antilopa_gnu
@ 2004-10-29  4:55 ` Andrew Borodin
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Borodin @ 2004-10-29  4:55 UTC (permalink / raw)
  To: community

On Fri, Oct 29, 2004 at 03:13:56AM +0400, Mikhail Ramendik wrote:
> Всем привет!
> 
> Смотрю на manpage, на faq, но не вижу...
> 
> Предположим, я хочу при помощи sed заменить один url на другой.
> 
> А в этих url дофига символов / .
> 
> Вопрос - как их escape-ить в команде sed s/первый_url/второй_url/g ?
> 

Вместо / можно использовать другой символ.

s|первый_url|второй_url|g
s,первый_url,второй_url,g


-- 

С уважением,
А. Бородин.


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

* Re[2]: [Comm] sed и символ /
  2004-10-29  3:46 ` antilopa_gnu
@ 2004-10-29  5:04   ` php-coder
  0 siblings, 0 replies; 4+ messages in thread
From: php-coder @ 2004-10-29  5:04 UTC (permalink / raw)
  To: antilopa_gnu@list.ru

0000100101011110100100101::29.10.2004::0110001001001000100111100100010

    Здравствуйте, antilopa!
    Отвечаю на Ваше письмо:
  
>> Вопрос - как их escape-ить в команде sed s/первый_url/второй_url/g ?
alr> Ставить символ \ перед за-escape-иваемым символом /

    ...или использовать другой разделитель: sed
    s,первый_url,второй_url/,
  
-- 
  С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru)
  Registered Linux User #327594
  ALT Linux Master 2.2 (kernel 2.4.27)

010010010010010001010101100::Linux RuleZz!::100010010001000100010001110



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

end of thread, other threads:[~2004-10-29  5:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-28 23:13 [Comm] sed и символ / Mikhail Ramendik
2004-10-29  3:46 ` antilopa_gnu
2004-10-29  5:04   ` Re[2]: " php-coder
2004-10-29  4:55 ` Andrew Borodin

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