
Program Name: Cronsort - Sorts crontab entries chronologically
Syntex: cronsort [-[mw]]
Written in 'C' , should be highly portable (though I'm no expert).
Developed on : VAX 11/750 under Ultrix
Source Size:  Just 5,217 bytes when un-shar'ed

     Each crontab entry is sorted on four of the five time fields.
     These fields are (in order of precedents) month of year,
  day of month (default, else day of week), hour, minute.

    The command line option -w will cause a sort by day of week rather than
  by day of month. In any event, the other three fields are also sorted on.
  The -m option is for those who have difficulty remembering that a sort
  on day of month is the default.

    The output of this program is a cronological list of all crontab entries
  and these entries are printed to stdout.

    There is no manual page. Sorry, but I think the program's simplistic
  use doesn't warrent the time required to fight with nroff again.

    Flames, thanks, and suggestions to :
