Sponsored Content
Top Forums Shell Programming and Scripting Update time stamp and replace values Post 302968871 by RudiC on Tuesday 15th of March 2016 11:48:23 AM
Old 03-15-2016
I've got this for you, but it doesn't yield the correct seconds nor decimals:
Code:
awk  -vTS=-10 -vTA=+15 '
function GTM(T,D)       {cmd = "date +\"%d/%m/%Y %H:%M:%S.000\" -d\"" T D "min\""
                         cmd | getline X
                         close (cmd)
                         return X
                        }
NF == 1                 {print
                         next
                        }
                        {gsub (/:|:..\..*$/, "", $3)
                         gsub (/:|:..\..*$/, "", $5)
                         print $1, GTM($2 " " $3, TS), GTM($4 " " $5, TA), $6
                        }
'  file

This User Gave Thanks to RudiC For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

greping with time stamp

Hi all, I want to grep a file name with time stamp as 30 minutes how can i??. Ex I will getting outputs in a file every minutes I want to grep it by a time intervals of 30 and show it . Any help will be great ! Thanks, Arun. (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

2. UNIX for Dummies Questions & Answers

checking time stamp

Hi, I am having a script in which I am again calling a script, but before calling that script I need to perform a time check (say 1 - 2 am i.e. I would be able to call that script if time is between 1:00 am and 2:00 am) but this time stamp needs to be configurable. can anybody suggest me how... (7 Replies)
Discussion started by: Manvar Khan
7 Replies

3. Shell Programming and Scripting

Time stamp calculation

Hi all; I'm relatively new to scripting,I am working on a monitoring script.....where in i have to write subroutine which does the follows: It will check the time stamp of a file ( Oracle remarchive files) and compare it with existing time.If the time difference happen to be more than 90... (6 Replies)
Discussion started by: maverick_here
6 Replies

4. Shell Programming and Scripting

regarding time stamp

hi everyone i am facing a strange problem here suppose content of my file is a=1,2,3 b=2,3,4 c=4,5,6 time= now the problem is i want to add value in front of time variable and the value should be i format only "HHMMSS" so it should be like this a=1,2,3 b=2,3,4 c=4,5,6... (3 Replies)
Discussion started by: aishsimplesweet
3 Replies

5. Shell Programming and Scripting

How to get time duration between two human readable time stamp in Unix?

Here is two time I have: Jul 12 16:02:01 Jul 13 01:02:01 and how can I do a simple match to get difference between two time which is 09:00:00 Thanks in advance. (3 Replies)
Discussion started by: ford99
3 Replies

6. Shell Programming and Scripting

change and replace time stamp

Hi, I want to convert normal time stamp to unix time stamp to a filename. coz our ssytem will pick depends on unix timestamp format . the filenames are as shown below fie names are stored in file say temp.txt. MLFG2_cDomHTTPstats_SAB15-1_1318482447.dat... (2 Replies)
Discussion started by: raghavendra.nsn
2 Replies

7. Solaris

System time and Cron time stamp not matching

On Solaris 10 server the system date won't match with the timestamp on files created by a cron jobs, Please help here is what i get when i check for system date infodba-ie10ux014:/tcpdv1_ie10/tcadmin/bin\n\r-> date Tue Apr 24 15:27:43 GMT 2012at same time i executed a cron job, and checked... (4 Replies)
Discussion started by: karghum
4 Replies

8. Shell Programming and Scripting

Time stamp Difference

I have a log file which wrote time stamp like this 2013-02-11 00:46:40.389037 2013-02-12 11:46:40.197045 can any one help me to get the time stamp difference of these two line in seconds. (4 Replies)
Discussion started by: netdbaind
4 Replies

9. UNIX for Advanced & Expert Users

Need mtime with time stamp

hi all find /folder1 -mtime 1 >folder1 with the above command , I can get the output of all the files which are modified(within folders and sub folders of folder1) in the last 24 hours. but the listed files output , does not contain the time stamp with it. I request you to give... (4 Replies)
Discussion started by: sidharthmellam
4 Replies

10. Shell Programming and Scripting

Logs between two time stamp

I am creating log monitoring script and stuck up to get the logs between two time stamp. can you please help me to create the script to get the logs between two time stamp, for example, I need the complete logs between # Time: 150328 1:30:10 and # Time: 150328 19:10:57 OS : Cent OS 6.x... (8 Replies)
Discussion started by: zenkarthi
8 Replies
NFTIMESTAMP(8)						      System Manager's Manual						    NFTIMESTAMP(8)

NAME
nftimestamp - Set Notesfile sequencer timestamps SYNOPSIS
nftimestamp [ -v ] [ -t ] notesfile [ notesfile ] DESCRIPTION
The Notesfile system uses timestamps to determine which articles in a notesfile have been read by an individual user. The timestamps are compared with arrival times of the individual articles to determine if a user has seen that article. Nftimestamp provides a simple mecha- nism for updating many timestamps. In the usual case, nftimestamp is invoked with a list of notesfiles. The invoking user's sequencer timestamps for the specified notesfiles are set to the current time. The -t option allows the user to specify some different time. Notesfiles are specified in the same manner as on the notes command line. Include notesfiles by using their name; the shell wildcard characters (?*[]) are correctly expanded. Exclude notesfiles be prefixing their name with an exclamation mark: !notesfile. The -f option reads a list of notesfiles to be included and excluded from the specifid file. The Notesfile Administrator can use the -u option to set the sequencer for systems and other users. The seqtoascii and seqtobinary utilities provide the same function as this program. Using those programs, the user must change each time- stamp manually and then restore the sequencer file. Nftimestamp provides a simpler interface. FILES
/etc/passwd for the users name /etc/group for the users group /usr/spool/notes the default notesfile data base SEE ALSO
notes(1), seqtoascii(1), seqtobinary(1), The Notesfile Reference Manual AUTHORS
Ray Essick (uiucdcs!essick, essick@a.cs.uiuc.edu) University of Illinois at Urbana-Champaign Urbana, IL University of Illinois NFTIMESTAMP(8)
All times are GMT -4. The time now is 01:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy