Powershell script to search in a folder of JARs for a given string inside those jars. Also searches in nested jars (shaded).
Example usage:
.\SearchJars.ps1 -FolderPath "E:\.minecraft\mods" -SearchString "Search me!"I initially did this to quickly search for unknown strings in Minecraft mods, though it can be used for anything else.