28 lines
447 B
JSON
28 lines
447 B
JSON
{
|
|
"name": "shuf",
|
|
"section": 1,
|
|
"title": "shuffle lines",
|
|
"synopsis": [
|
|
"shuf [FILE]..."
|
|
],
|
|
"description": "Shuffles in memory; capped by BARE_OS_SHUF_MAX_LINES.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"shuf",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "shuf"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|