![]() |
|
|
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 |
| Average completion time calculation? | Seawall | UNIX for Dummies Questions & Answers | 5 | 05-20-2008 07:13 AM |
| time difference | decci_7 | UNIX for Advanced & Expert Users | 3 | 10-09-2006 04:57 AM |
| change time interval for /proc/loadavg calculation | Rakesh Ranjan | High Level Programming | 2 | 05-12-2006 05:48 AM |
| script execution time calculation | johnsonbryce | Shell Programming and Scripting | 9 | 02-25-2006 01:33 AM |
| time calculation | liux99 | UNIX for Advanced & Expert Users | 2 | 08-18-2005 11:33 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi Team, I am currently in the process of writing a script which will take a filename in the format Code:
SKADEV.0.db2.NODE0000.CATN0000.20080714231015.001 where the sixth string(with "." as the seperator) is the time stamp of the time of creation of the file. now here is my issue . I need to be able to calculate the age of this file based on the time stamp in the file name. I will be able to cut the timestamp out of the name using awk. I can also convert this time stamp in DDMMYYYY format. All i need is a way where i can calculate the age(i.e how many days old) of this file. I am on Solaris 8 and using ksh. The date command on my os is very limited so I do not have the luxuary of a lot of options. Please assist. Thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|