script/rest/reinit_iri.awk
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 18:14:45 +0100
changeset 1022 92429e14ca48
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.54 for changeset 28152c43cb10

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