From 55b9edfd6250e49cff9c3ba7035db6e4029944d7 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 22 Nov 2024 19:37:40 +0400 Subject: [PATCH] updated aws_info_ec2_all_profiles_csv.sh --- aws/aws_info_ec2_all_profiles_csv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws_info_ec2_all_profiles_csv.sh b/aws/aws_info_ec2_all_profiles_csv.sh index 1b46bd128d9..d3b6620730c 100755 --- a/aws/aws_info_ec2_all_profiles_csv.sh +++ b/aws/aws_info_ec2_all_profiles_csv.sh @@ -76,7 +76,7 @@ aws_foreach_profile.sh " s|^|\"{profile}\",|; 1s|^\"{profile}\"|\"AWS_Profile\"|; ' | - tee 2>> <(tail -n +2 >> '$csv_sorted') + tee <(tail -n +2 >> '$csv_sorted') " | tee "$csv"