script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Fri, 23 Mar 2012 16:32:46 +0100
changeset 566 3f2b6b822166
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V01.58 for changeset f72d9f179c05

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