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

28 lines
450 B
JSON

{
"name": "expr",
"section": 1,
"title": "evaluate expressions",
"synopsis": [
"expr EXPRESSION"
],
"description": "Integer + - * / %, comparisons, string = and !=.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"expr",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "expr"
}
],
"listCategory": "coreutils"
}