m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/cron.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2021-01-15 23:04:33 +0100
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2021-01-15 23:04:33 +0100
commit758da8fd3a73a70ef093e526207e904ecae60aa3 (patch)
tree27617b9c84b4fdb7982f18ae78645819ce70e97c /cron.md
parent33921b69b45d4f41d18571416be2c255ce4ebddf (diff)
Update cheatsheets
Diffstat (limited to 'cron.md')
-rw-r--r--cron.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/cron.md b/cron.md
new file mode 100644
index 0000000..8767452
--- /dev/null
+++ b/cron.md
@@ -0,0 +1,9 @@
+# Running recurring tasks with cron
+
+List current cron jobs:
+
+ crontab -l
+
+Edit your cron jobs:
+
+ crontab -e