script/rest/reinit_iri.awk
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 14 Mar 2016 11:06:36 +0100
changeset 1333 884b1b7fc420
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V04.038 for changeset 1b4ec17b186a

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