Code Insert

- 1 min read

This is a test code insert

#!/bin/bash avail=`df -h | grep /dev/sdX1 | awk '{print $4}'` size=`df -h | grep /dev/sdX1 | awk '{print $2}'` echo "There is $avail of $size available on the X on Y"