I\'m trying to output the amount of free disk space on the filesystem /example.
If I run the command df -k /example I can get good informat
Show interesting columns only
df /example --total -k -h --output=source,avail
Not totally standard (I have seen --output just in Ubuntu man pages), in this case Awk and others just to remove columns are not necessary.