{ "name": "timeout", "section": 1, "title": "run command with bounded wall time", "synopsis": [ "timeout [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of run command with bounded wall time. Full behavior is defined in packages/bare-os-coreutils/src/timeout.js.", "options": [], "keywords": [ "timeout", "bare-os", "coreutils" ], "examples": [ { "caption": "kill long job after 5s", "code": "timeout 5 slow-cmd" } ] }