Files
bare-operating-system/packages/bare-os-coreutils/man/pages/df.json
T
2026-04-03 23:04:42 -04:00

29 lines
558 B
JSON

{
"name": "df",
"section": 1,
"title": "report file system disk space usage",
"synopsis": [
"df [-h] [FILE]"
],
"description": "Synthetic Hyperdrive free space; not real block devices.",
"options": [
{
"flag": "-h, --human-readable",
"meaning": "Print sizes in powers of 1024 (K, M, …)"
},
{ "flag": "--help", "meaning": "Print usage" }
],
"keywords": [
"df",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "df"
}
],
"listCategory": "coreutils"
}