Search Results

Search: Posts Made By: scopiop
6,708
Posted By Corona688
If you rearrange the date into YYYY/MM/DD...
If you rearrange the date into YYYY/MM/DD HH:MM:SS, it sorts alphabetically and can be compared by simple > >= < <= in awk.
$ cat dcomp.awk

BEGIN {
FS="[ \t\\[\\]/:]+"
...
6,708
Posted By junior-helper
Easier said than done! I'm deliberately...
Easier said than done!

I'm deliberately posting the following command for various reasons:


To prove that OP's idea might work under certain/ideal circumstances (non-strict accuracy eg....
Showing results 1 to 2 of 2

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