ChatGPT 有多强:用 ChatGPT 十秒学会设置自动任务: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 11:3611:36, 29 September 2025Mwroot talk contribs 1,437 bytes +1,437 Created page with "{| class="wikitable" |我 |How to write a corntab to run sth.sh at everyday 21:30? |- |ChatGPT | To schedule a task to run a shell script (sth.sh) every day at 21:30 using a cron job, you can create a cron tab entry. Cron tab entries have the following format: <syntaxhighlight lang="scss" line> * * * * * command_to_be_executed - - - - - | | | | | | | | | +----- Day of the week (0 - 7) (Sunday is both 0 and 7) | | | +------- Month (1 - 12) | | +--------- Day of the month..."