Shift X2 status from legacy to archived
[khatus.git] / parse_df_pcent.awk
... / ...
CommitLineData
1NR == 2 {
2 percentage = $1
3 sub("%$", "", percentage)
4 print("disk_usage_percentage", percentage)
5}
This page took 0.023209 seconds and 5 git commands to generate.