![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| date manipulation | pstanand | Shell Programming and Scripting | 6 | 04-03-2008 10:11 AM |
| Manipulation of Date in Shell | jnanesh.b | Shell Programming and Scripting | 1 | 01-11-2008 01:16 PM |
| Date Manipulation | mgirinath | Shell Programming and Scripting | 6 | 04-03-2007 04:25 AM |
| Help with log manipulation | StevePace | Shell Programming and Scripting | 3 | 01-31-2006 08:28 PM |
| Time/date manipulation | choice | High Level Programming | 1 | 02-01-2002 04:06 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
date manipulation
I'm writing a ksh script in which I want to present the user with a choice of choosing any of the last 15 days. i.e., a list like the following:
20040510 (today) 20040509 (yesterday) 20040508 . . . 20040426 Is there an easy way to produce the date from x number of days ago other than converting today's date into Julian (day of the year) and then converting that into a month and day? Thanks in advance! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|