Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. user@server$ crontab -l | grep -i test02
  2. 0,5,10,15,20,25,30,35,40,45,50,55 * * * * [ $(expr $(date +\%s) / 60 \% 125) -eq 0 ] && date >> /tmp/cron-test02.out
  3. user@server$ cat /tmp/cron-test02.out
  4. cat: cannot open /tmp/cron-test02.out
  5. user@server$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement