#!/usr/bin/env nu def main [] { btrfs file df / | lines | first | split column -r '\s' | get column4 | str replace 'used=' '' | first }