script/rest/reinit_iri.awk
author Samuel Huron <samuel.huron@centrepompidou.fr>
Thu, 07 Jul 2011 16:32:40 +0200
changeset 218 2a89e3441185
parent 9 bb44692e09ee
permissions -rw-r--r--
chi07 pb mashup

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