29/04/2026 18:17, Marat Khalili: > Patch definitely improves the situation, but after a quick prompt Gemini suggested `| grep -vF "$files_without_spdx"` for safe filtering (man page confirms that patterns can be separated with newlines). Yes grep looks simpler than sed for this filter. I'll send a v2 with your suggestion. Thank you