Crontab File Jun 12, 2019 • Ulysses How to load crontab from file. <pre lang="bash"> crontab /path/to/file.txt Save crontab to a file. <pre lang="bash"> crontab -l > /path/to/file.txt