> Date: Tue, 6 Feb 2001 03:45:25 +0530 (IST)
> From: Kiran Kumar M <[EMAIL PROTECTED]>
> 
> Hi,
> 
> How can I get the Date + some days (for example 6th of Feb 2001 + 10
> should give 16th of Feb 2001...). How can I achieve this. I installed
> Date::calc perl module... on Redhat..
> 
> Thanks,
> Kiran


You don't need Perl for that - just the /bin/date program:

% date
Mon Feb  5 17:24:37 EST 2001

% date -d '+10 days'
Thu Feb 15 17:24:38 EST 2001

Dave



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to