3d8dbb19 | 01-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
Update deletedFiles.yml with improved workflow
major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path n
Update deletedFiles.yml with improved workflow
major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path names (i.e. "^$E$" and "^$F$") to avoid cluttering grep with e.g., .txt and .txt_bak files
- uses data/deleted.files.tmp as lock file to produce a single trailing line only after adding any deleted files (thus the "cp" in the first "awk") and removes it (the "mv" in second "awk")
show more ...
|