{ "name": "crontab", "section": 1, "title": "user crontab manipulation", "synopsis": [ "crontab [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of user crontab manipulation. Full behavior is defined in packages/bare-os-coreutils/src/crontab.js.", "options": [], "keywords": [ "crontab", "bare-os", "coreutils" ], "examples": [ { "caption": "list jobs", "code": "crontab -l" }, { "caption": "install from file", "code": "crontab ~/.crontab" }, { "caption": "remove all", "code": "crontab -r" } ] }