{ "name": "clear", "section": 1, "title": "clear the terminal screen", "synopsis": [ "clear [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of clear the terminal screen. Full behavior is defined in packages/bare-os-coreutils/src/clear.js.", "options": [], "keywords": [ "clear", "bare-os", "coreutils" ], "examples": [ { "caption": "wipe screen", "code": "clear" } ] }