script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Dec 2012 18:19:06 +0100
changeset 732 bbdb1e3f6c9e
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.06 for changeset 06d506861792

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