script/rest/reinit_iri.awk
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 08 Aug 2011 09:01:40 +0200
changeset 243 9213a63fa34a
parent 9 bb44692e09ee
permissions -rw-r--r--
- debug multithread (still database lock problem) - add object buffer - add test - try to improve logging

{
    cmd = "ls -rc " $5"/*.iri | head -n1";
    cmd | getline RES ;
    close(cmd); 
    system( "cp " RES".old "RES);
}