script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Fri, 06 Jul 2012 18:23:19 +0200
changeset 655 529fbf71f876
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V01.92 for changeset 2a28462bf933

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