From e87055a9d4b1d042e2b4f16fa6511cd3a64a4357 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 27 Nov 2020 21:42:05 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'IT/regex.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IT/regex.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IT/regex.md b/IT/regex.md index 8933078..41ad3ef 100644 --- a/IT/regex.md +++ b/IT/regex.md @@ -1,2 +1,3 @@ [regex prefaite](https://ihateregex.io/?q=) + [regex101](https://regex101.com/) \ No newline at end of file From 716b37db432e3377d22c0ca5a239815ca4f0caf5 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 28 Nov 2020 10:03:27 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'IT/linux/cron.?= =?UTF-8?q?md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IT/linux/cron.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IT/linux/cron.md b/IT/linux/cron.md index 5f03276..57ba4d9 100644 --- a/IT/linux/cron.md +++ b/IT/linux/cron.md @@ -43,3 +43,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ```sh $ sudo crontab -e ``` + +## user crontab lcation + +/var/spool/cron/crontabs \ No newline at end of file From bfa3103132907c2961644d73f5745af1eaf75a16 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 28 Nov 2020 10:03:56 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'IT/linux/cron.?= =?UTF-8?q?md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IT/linux/cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IT/linux/cron.md b/IT/linux/cron.md index 57ba4d9..7f7b726 100644 --- a/IT/linux/cron.md +++ b/IT/linux/cron.md @@ -46,4 +46,4 @@ $ sudo crontab -e ## user crontab lcation -/var/spool/cron/crontabs \ No newline at end of file +`/var/spool/cron/crontabs` \ No newline at end of file