script/rest/reinit_iri.awk
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 07 May 2015 15:20:17 +0200
changeset 1232 af57ea059504
parent 9 bb44692e09ee
permissions -rw-r--r--
correct footer style attention 5

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