Re-use AWK components
[khatus.git] / src / awk / exe / parse_df_pcent.awk
1 NR == 2 {
2 percentage = $1
3 sub("%$", "", percentage)
4 print("disk_usage_percentage", percentage)
5 }
This page took 0.065657 seconds and 4 git commands to generate.