1
We have a web project that has changed the layout several times and many files will no longer be used. However, since there are several developers using files at the same time, the old files were kept until all the changes were completed.
I need a command for Linux where it searches the names of the image files, css, html and etc from within a specific folder and lists all that are no longer used.
Complicated it. Is there nothing dynamic in the project? What if there are partial names, like in frameworks where you set up the extension in a location? What about frameworks that use naming conventions to automatically find files? This is a kind of thing that you can do, but it depends a lot on the technology. The ideal, from my point of view, would be to assemble some traceability document starting from the visible functionalities of the system and identifying which file is used and where. What is left is a candidate for exclusion.
– utluiz
The files I need to find are all static anyway, because they are basically just visual/layout change files.
– digofreitas
It is not an issue properly classified as software project (design software). Removing this tag will make it easier to locate issues.
– user158926