Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # * * * * *
  2. # | | | | |
  3. # | | | | day of week 0-7 (0 or 7 is Sun, or use names)
  4. # | | | month 1-12 (or names)
  5. # | | day of month 1-31
  6. # | hour 0-23
  7. # minute 0-59
  8.  
  9. # runs on every 1st of month at 7:52am
  10. 52 7 1 * * bash '/home/linux/tanu/cat.sh'
  11.  
  12. # runs on all other days at 7:52am
  13. 52 7 2-31 * * bash '/home/linux/tanu/cat.sh'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement