Search Results

Search: Posts Made By: John Trevor
Forum: Programming 01-30-2013
2,053
Posted By neutronscott
this may get you started? ...
this may get you started?

mute@clt:~/temp/JohnTrevor$ cat script
#!/usr/bin/awk -f

$11 == "Request===>" && $13 == "openactive.assigned" { ass[$12]=$14 }
$11 == "Request===>" && $13 ==...
Forum: Programming 01-30-2013
2,053
Posted By DGPickett
Well, you need to avoid n^2 slowness, scanning...
Well, you need to avoid n^2 slowness, scanning the entire file for every ticket id, so why not use sed to prefix each line with ticket id and time, sort, and process serially. This is very old...
Showing results 1 to 2 of 2

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