Joshua Ferdaszewski

Results 1 comments of Joshua Ferdaszewski

I found a potential solution to this issue. When parsing for the mountpoint, instead of using `awk '{print $6}'`, which splits on spaces, use `awk 'BEGIN {FS="[ ]*[0-9]+%?[ ]+"}; {print...