bash check disk space code example
Example 1: see total space available in shell
df -hx squashfs --total
Example 2: bash how to check free disk space in Linux
# Basic syntax:
df -h
# Where the -h flag ensures a "human readable" format
df -hx squashfs --total
# Basic syntax:
df -h
# Where the -h flag ensures a "human readable" format