Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 11-09-2009
waso's Avatar
waso waso is offline
Registered User
 

Join Date: Oct 2009
Posts: 10
Quote:
Originally Posted by fpmurphy View Post
Most versions of cron/crontab support lists. Have you tried something like

Code:
7,22,37,52 0-19,21-23 * * * test.sh  >/dev/null 2>&1

thanks for advice, i will try it