NAME dseq -- print sequences of dates SYNOPSIS dseq [ options ] # dseq [ options ] start # DESCRIPTION dseq prints sequential list of dates; the default output is: Day DD Mon which corresponds to "%a %d %b" for strftime(1). The options (described below) can be used to change the output and to change the interval between the dates printed. In the simple case, dseq prints however many dates (one per line) are specified by the single numeric argument given on the command line. By default, the list of dates printed starts with today; a different starting date can be given by using the second calling sequence (shown above), where "start" is any of YYYYMMDD, YYYYMMDDhh, YYYYMMDDhhmm, or YYYYMMDDhhmmss. OPTIONS -f format a valid strftime(3) format string (with optional leading "+"); if given, will be used to format the list of dates -i # the interval (in days) between dates (default is 1 day) --help --man show this man page SEE ALSO date(1), jot(1), seq(1), strftime(3) AUTHOR Adam Moskowitz