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

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"
}