Depending on which platform you are using, one method is to use the grep command and search for the keyword in the macOS terminal, a Linux distro for WSL2, or the Linux terminal for the file you unzipped: 1 2 3 4 5 6 7 $ grep -Hrni "<keyword>" <The path of the unzipped file...
Depending on which platform you are using, one method is to use the grep command and search for the keyword in the macOS terminal, a Linux distro for WSL2, or the Linux terminal for the file you unzipped: 1 2 3 4 5 6 7 $ grep -Hrni "<keyword>" <The path of the unzipped file...