script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Tue, 18 Jun 2013 17:03:11 +0200
changeset 931 44ef3b1e7cbf
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.29 for changeset c9808c0e9856

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