Get free disk space with df to just display free space in kb?
To get the output of df to display the data in kb you just need to use the -k flag: df -k Also, if you specify a filesystem to df, you will get the values for that specific, instead of all of them: df -k /example Regarding the body of your question: you want to … Read more