ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] awk и переменные shell
@ 2007-06-19  5:16 Мерзляков Евгений Анатольевич
  2007-06-19  5:57 ` Kostarev Alexey
  0 siblings, 1 reply; 3+ messages in thread
From: Мерзляков Евгений Анатольевич @ 2007-06-19  5:16 UTC (permalink / raw)
  To: community

здравствуйте,
есть скрипт:

#!/bin/bash 
AAA="111"
TEST="/tmp"
echo | awk '{ system("echo $AAA") }'
echo | awk '{ system("echo $TEST") }'

при этом на экран должно выводиться:
111
/tmp

а выводиться только:

/tmp
т.е. переменная AAA не выводится, извечный вопрос, ЧТО ДЕЛАТЬ?

как правильно вывести перменную среды используя функцию awk system

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

end of thread, other threads:[~2007-06-19  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-19  5:16 [Comm] awk и переменные shell Мерзляков Евгений Анатольевич
2007-06-19  5:57 ` Kostarev Alexey
2007-06-19  8:41   ` Мерзляков Евгений Анатольевич

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