Skip to content

Tag: admin

get most recent file (with same name) in subdirectories

Suppose you have 10 projects in subdirectories project_1, …, project_10, all in parent directory projects. All projects use the same lib, in project/project_n/lib/mylib For particuliar reasons, mylib has to be copied in each project directory. mylib files are modified from time to time when working in d…