script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Tue, 13 Nov 2012 14:30:55 +0100
changeset 714 04eaf30651c8
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.02 for changeset 00efb236e1ab

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