script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Mon, 06 Feb 2012 10:48:51 +0100
changeset 493 a207e84944e0
parent 9 bb44692e09ee
permissions -rw-r--r--
Correction Programme BPI + Correction Web Fonts

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