Let's say I have multiple CSS files (a.css, b.css, ..., e.css) and after concatenating and compressing them, I get a new file called compressed.css. Now, I need to verify if each of the original CSS files is included in the compressed.css file. Are there any Unix tools or other resources available to check for the presence of specific files within another file, while disregarding changes in whitespace?