script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Fri, 27 Apr 2012 19:17:39 +0200
changeset 595 71363e9b210c
parent 9 bb44692e09ee
permissions -rw-r--r--
Added Metadata for museo 14/02, 13/03, edito 22/03, 12/04

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