script/rest/reinit_iri.awk
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 07 Oct 2011 17:53:54 +0200
changeset 298 28d9ecf31ac2
parent 9 bb44692e09ee
permissions -rw-r--r--
bug on about link in client.php

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