Closed arademaker closed 4 years ago
I started a lisp script to fix that in ar-new+ukn
branch but I realize that a simple sed
command solves the problem. In princeton
branch run:
sed -i 's/%\(3\)\(:[0-9][0-9]:[0-9][0-9]:[[:print:]]\+:[0-9][0-9]\)/%5\2/' merged/*
sed -i 's/%\(3\)\(:[0-9][0-9]:[0-9][0-9]:[[:print:]]\+:[0-9][0-9]\)/%5\2/' standoff/index.*
sed -i 's/%\(3\)\(:[0-9][0-9]:[0-9][0-9]:[[:print:]]\+:[0-9][0-9]\)/%5\2/' standoff/*/*/*
Do you see any problem with that solution? @arademaker
I will close this issue. The data in merged
directory from princeton
was updated via sed
command commented before.