ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] zsh/bash: подстановка значений в строку
@ 2007-07-18  8:58 Slava Semushin
  2007-07-18  9:44 ` Yuriy Kashirin
  0 siblings, 1 reply; 2+ messages in thread
From: Slava Semushin @ 2007-07-18  8:58 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

[c0der@rock ~]$ cat example
FOO = bar

[c0der@rock ~]$ /bin/bash -c 'FROM=FOO;TO=test;sed
"s|$FROM[[:space:]]*=.*|$FROM=$TO|" example| diff -u example -'
--- example     2007-07-18 15:51:27 +0700
+++ -   2007-07-18 15:55:33 +0700
@@ -1 +1 @@
-FOO = bar
+FOO=test

[c1der@rock ~]$ /bin/zsh -c 'FROM=FOO;TO=test;sed
"s|$FROM[[:space:]]*=.*|$FROM=$TO|" example| diff -u example -'
zsh: bad output format specification
[c1der@rock ~]$

Почему в zsh это не работает? И можно ли как-нибудь сделать, чтобы
работало в обоих шеллах?

Спасибо заранее.

-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [sisyphus] zsh/bash: подстановка значений в строку
  2007-07-18  8:58 [sisyphus] zsh/bash: подстановка значений в строку Slava Semushin
@ 2007-07-18  9:44 ` Yuriy Kashirin
  0 siblings, 0 replies; 2+ messages in thread
From: Yuriy Kashirin @ 2007-07-18  9:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Среда 18 июля 2007, Slava Semushin wrote:
> Здравствуйте!
>
> [c0der@rock ~]$ cat example
> FOO = bar
>
> [c0der@rock ~]$ /bin/bash -c 'FROM=FOO;TO=test;sed
> "s|$FROM[[:space:]]*=.*|$FROM=$TO|" example| diff -u example -'
> --- example     2007-07-18 15:51:27 +0700
> +++ -   2007-07-18 15:55:33 +0700
> @@ -1 +1 @@
> -FOO = bar
> +FOO=test
>
> [c1der@rock ~]$ /bin/zsh -c 'FROM=FOO;TO=test;sed
> "s|$FROM[[:space:]]*=.*|$FROM=$TO|" example| diff -u example -'
> zsh: bad output format specification
> [c1der@rock ~]$
>
> Почему в zsh это не работает?

zsh пытатется раскрыть $FROM с учетом того, что находится сразу после 
имени переменной в квадратных скобках (man zshparam на предмет Array 
Subscripts, насколько я понимаю).

> И можно ли как-нибудь сделать, чтобы 
> работало в обоих шеллах?

Попробовать вместо $FROM[[:space:]] написать ${FROM}[[:space:]]

>
> Спасибо заранее.



-- 
 Best regards
 Yuriy Kashirin

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

end of thread, other threads:[~2007-07-18  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-18  8:58 [sisyphus] zsh/bash: подстановка значений в строку Slava Semushin
2007-07-18  9:44 ` Yuriy Kashirin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git