Skip to main content

parse_df_available

Function parse_df_available 

Source
pub fn parse_df_available(line: &str) -> Option<u64>
Expand description

One df -k -P data row: Filesystem 1024-blocks Used Available ….

The value is 1024-byte blocks, so the parse returns bytes.