script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Wed, 20 Mar 2013 16:32:45 +0100
changeset 802 a9fa8dbfb8f0
parent 9 bb44692e09ee
permissions -rw-r--r--
Corrections on #eduinov

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