Search Results

Search: Posts Made By: Chubler_XL
2,968
Posted By Chubler_XL
If you have gnu awk available you could use...
If you have gnu awk available you could use mktime() like this:

gawk '
/PUT/||/DELETE/{
file=$5;
gsub(".*/", "", file)
stamp=$1 " " $2
gsub("[:-]", " ", stamp)
}
/PUT/ {
...
Showing results 1 to 1 of 1

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