Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 15:33:32 +01:00
committed by GitHub
parent d44a7e0252
commit b61e98664e

View File

@@ -148,6 +148,8 @@ jobs:
cp Stats Stats3
# Remove Totals
sed -i "2d" Stats3
# Inverse file
gawk -i inplace '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' Stats3
# Transpose data
echo "1"
awk '