script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Thu, 21 Mar 2013 17:31:31 +0100
changeset 805 5e7a0fedabdf
parent 9 bb44692e09ee
permissions -rw-r--r--
Added tag V02.16 for changeset a4d4c4de1c60

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