29 lines
558 B
JSON
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"
|
|
}
|