From e42712c71a684895608978cb4dd993d225c51630 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Thu, 26 Oct 2023 19:01:39 +0800 Subject: [PATCH] the sixth field of crontab to support internal links --- en/_posts/index.xml | 5 ++--- en/changelog/index.html | 2 +- en/sitemap.xml | 4 ++-- en/tcron/index.html | 6 +++--- sitemap.xml | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 8586773..b0e4809 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -14,9 +14,8 @@ /en/tcron/ crontab (with enhanced semantics) For performance, the file "crontab" uses single space as field separator. Letters are not suppored currently. So use "1" for "January" and 2 for "Tuesday" etc. -The sixth field in crontab file has the format of internal links. Specifically, "c:" to execute the following commands in termux and "!" to execute commands directly. -To make crontab more powerful, we changed the semantics as follows: -The day of a command's execution can be specified by two fields — day of month, and day of week. +The sixth field in crontab file could be in the format of internal links. Specifically, "c:" to execute the following commands in termux and "!" to execute commands directly. +To make crontab more powerful, we changed the semantics as follows: diff --git a/en/changelog/index.html b/en/changelog/index.html index c7a6d5f..6ab6a7b 100644 --- a/en/changelog/index.html +++ b/en/changelog/index.html @@ -83,7 +83,7 @@

Last Modified: 26 October 2023
-crontab support
+crontab to support internal links