Note the meaning of version numbers
[khatus.git] / v2 / 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.050781 seconds and 4 git commands to generate.