04 - Parsing with whitespace
The df command is a very common command used to check disk usage. It provides a table like structure of data that doesn't automatically parse.
However, we can use the inbuilt parsing capabilities to handle these in more then one way, either via detecting whitespace, or with regex.
Whitespace parsing may not work for all cases where the output is as straight forward, so utilize regex parsing for more complex scenarios.