実現したいこと
以下の様な配列があったとして
#!/bin/bash ap_northeast_1=("acm" "backup" "cloudformation" "cloudwatch" "codebuild" "dms" "ec2" "ecs" "elasticache" "elasticfilesystem" "events" "kms" "lambda") eu_west_1=("ec2" "lambda" "rds") us_east_1=("acm" "cloudfront" "cloudwatch" "ec2" "events" "iam" "lambda" "rds" "route53" "s3")
以下のように配列の値=配列名
のように出力したいです
text:output
1acm=("ap_northeast_1" "us_east_1") 2backup=("ap_northeast_1") 3cloudformation=("ap_northeast_1") 4cloudwatch=("ap_northeast_1" "us_east_1") 5略
考え方のヒントでも良いのでご教授いただけると非常に助かります。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/26 13:07
2021/08/27 00:47