script/rest/reinit_iri.awk
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 06 Feb 2014 15:49:18 +0100
changeset 1057 c1a821eb190d
parent 9 bb44692e09ee
permissions -rw-r--r--
Attention#3 & Edito#2 in archive

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