This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [2018/07/02 06:36] – [Crontab] ledyx | linux [2021/02/07 03:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 214: | Line 214: | ||
| # 1분마다 date 출력 | # 1분마다 date 출력 | ||
| * * * * * date >> / | * * * * * date >> / | ||
| - | # */1 * * * * date >> / | + | ## */1 * * * * date >> / |
| + | # 매시 15,45분 " | ||
| + | 15,45 * * * * echo " | ||
| </ | </ | ||