script/rest/reinit_iri.awk
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 18 Feb 2014 11:21:13 +0100
changeset 1063 ba9c696372ce
parent 9 bb44692e09ee
permissions -rw-r--r--
add attention#4

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