I\'m trying to output the amount of free disk space on the filesystem /example.
/example
If I run the command df -k /example I can get good informat
df -k /example
This is another solution:
df --output=avail -m /example | tail -1
output:
6415