script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Tue, 18 Oct 2011 16:19:08 +0200
changeset 326 c28048fb63b4
parent 9 bb44692e09ee
permissions -rw-r--r--
Added visual timeline feature to node client

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