Search Results

Search: Posts Made By: raghav288
3,303
Posted By a_programmer
Assuming that: your file has a unique key...
Assuming that:

your file has a unique key (like some sort of account id, order id etc.)
it is sorted by that key (in ascending order)

Here is an approach that I use when working with flat...
3,303
Posted By methyl
Have you considered addinng a trigger to the DB2...
Have you considered addinng a trigger to the DB2 database?
3,303
Posted By jim mcnamara
Glibc has an extensive hash library See:...
Glibc has an extensive hash library

See: Hash Tables (http://library.gnome.org/devel/glib/stable/glib-Hash-Tables.html)
3,303
Posted By jim mcnamara
We have a similar problem. Are you running diff?...
We have a similar problem. Are you running diff? That would take forever.

Use something that has associative (hashed) arrays like awk or perl. Assuming you have several files, and an "old" one...
Showing results 1 to 4 of 4

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