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