Skip to content

Instantly share code, notes, and snippets.

@MeesJ
Created September 23, 2023 16:26
Show Gist options
  • Save MeesJ/6f641f4f54a4ab2f5aaf29536bc1093d to your computer and use it in GitHub Desktop.
Save MeesJ/6f641f4f54a4ab2f5aaf29536bc1093d to your computer and use it in GitHub Desktop.
echo "GB Written: $(echo "scale=3; $(sudo /usr/sbin/smartctl -A /dev/sda | grep "Total_LBAs_Written" | awk '{print $10}') * 512 / 1073741824" | bc | sed ':a;s/\B[0-9]\{3\}\>/,&/;ta')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment