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

28 lines
447 B
JSON

{
"name": "tac",
"section": 1,
"title": "concatenate and print lines in reverse",
"synopsis": [
"tac [FILE]..."
],
"description": "Last line first; per-file order.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"tac",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "tac"
}
],
"listCategory": "coreutils"
}