Search Results

Search: Posts Made By: ghostdog74
3,130
Posted By ghostdog74
GNU awk awk 'BEGIN{ numdays = 86400 * 5...
GNU awk

awk 'BEGIN{
numdays = 86400 * 5
now=systime()
}
{
m=split($(NF-1),a,"-")
yr=a[1]
mth=a[2]
day=a[3]
t1=mktime(yr" "mth" "day" "00" "00" "00)
if ( (now - t1) >...
3,130
Posted By ghostdog74
which one is column 10?
which one is column 10?
Showing results 1 to 2 of 2

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