I would like using shell or any script to modify all txt files available in myfolder as follow
test = data(x, y);
with
test = data(z,x,y); // by adding z
and :
test.value(f1, "directory_1/directory_2/directory_3/file");
with
test.value(f1, "/directory_3/file"); // by removing directory_1/directory_2