从脚本输出到环境变量bash

时间:2015-05-13 02:08:00

标签: bash awk export environment-variables

我有一个脚本输出:

TAGS    Name    i-1c69afe325    instance    INSTANCE_NAME

我想使用“Name”和“INSTANCE_NAME”并使用它创建一个环境变量。

我尝试了很多东西,最后一个是:

./test2.sh | awk '{system("export "$2"="$5)}'

它没有错误,但我没有任何env var。

有什么想法吗?

PS:如果它很重要,我会在每次实例启动时尝试将ec2-tags转换为环境变量。

非常感谢您的帮助

1 个答案:

答案 0 :(得分:1)

使用Bash FAQ 001上可以找到的信息,您可以找到类似的信息:

git remote add

或使用最近的bash

<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:paddingRight="8dp"
    android:paddingLeft="8dp"
    android:src="@drawable/ic_action_important" />