Search Results

Search: Posts Made By: terrychen
2,036
Posted By shamrock
If you have perl already then it should be pretty...
If you have perl already then it should be pretty simple to solve this problem...
2,036
Posted By Chubler_XL
If you have GNU awk try this: awk -F, ' { ...
If you have GNU awk try this:

awk -F, '
{
split($0,T,"\"");
gsub("[-:]", " ", T[2])
split(T[2],V,".")
D=mktime(V[1])
if(D>B) {
if(C) print "\"" strftime("%Y-%m-%d %H:%M:%S",B)...
2,036
Posted By Don Cragun
Even though you edited your post for clarity,...
Even though you edited your post for clarity, your request is both confusing and ambiguous.

Is this a homework assignment?

What have you tried to solve your problem?

A millisecond is .001...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy