script/rest/reinit_iri.awk
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 12 May 2011 16:11:28 +0200
changeset 142 0cb72274ec46
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V00.45 for changeset 176ae3b817c1

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