Skip to content

Instantly share code, notes, and snippets.

@hyrious
Created June 22, 2024 00:48
Show Gist options
  • Save hyrious/eee789320aeb1ccac7fa574c9a0f2795 to your computer and use it in GitHub Desktop.
Save hyrious/eee789320aeb1ccac7fa574c9a0f2795 to your computer and use it in GitHub Desktop.
Get free disk space, requires Node.js >= 18.15
node -p 'var s=fs.statfsSync(".");s.bsize*s.bavail' | pretty-bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment