[Tfug] Database file import/consolidation

Nick Lopez i.am at the.glowingmonkey.org
Thu Jul 15 17:19:20 MST 2004


On Thu, Jul 15, 2004 at 03:40:21PM -0700, Choprboy wrote:
> Anybody doing regular imports into a database of a large set of partially 
> updated data? I.e. you get an updated file regularly and need to accumulate 
> the changes in the DB?

diff -u oldfile newfile > changes; rm oldfile; mv newfile oldfile
then only bother with the changes?


  - Nick Lopez
    spamtrap at glowingmonkey.org

  -- Randomly selected signature --
Sometimes beating a dead horse is funny,
for everything else, there's the mastercard joke!


More information about the tfug mailing list