generate date sequences
Hi
With (gnu) date, how can I get the list of dates continuosly between a
specific period say for example apr 2,2005 to july 31,2005 in the
format %Y/%m/%d
command should be in the form of
../script -d1 04/02/2005 -d2 06/31/2005
2005/04/02
2005/04/03
2005/04/04
...
...
...
2005/07/29
2005/07/30/
2005/07/30
Help is very much appreciated.
Thanks,
Nikhil
.
Relevant Pages
- Re: gnu date..
... Nikhil wrote: ... > With gnu date, how can I get the list of dates continuosly between a ... > command should be in the form of ... BashDiff: Super Bash shell ... (comp.unix.shell) - Re: Getting a string date from a number of seconds from01/01/1904
... > come up with a proper way to take leap years and such into account. ... This depends on the GNU date command (and older versions of it may not ... Prev by Date: ... (comp.lang.c) - Re: gnu date..
... Nikhil wrote: ... > With gnu date, how can I get the list of dates continuosly between a ... > command should be in the form of ... Regards, ... (comp.unix.shell) - Re: gnu date..
... Nikhil wrote: ... > With gnu date, how can I get the list of dates continuosly between a ... > command should be in the form of ... If you can use Ruby: ... (comp.unix.shell) - GNU M4-1.4.12 released (stable)
... The GNU M4 team is proud to announce the release of M4 1.4.12. ... If that command fails because you don't have the required public key, ... unlimited on platforms that can detect and deal with stack overflow. ... (gnu.announce) |
|