By Alfred Tuinman
- One minute read - 67 wordsEdited on March 21, 2023
At times you see that a particular image or so is not found when loading a web page and you are at a loss where the call came from. At least I had that today when I noticed that a menu image was called. The command to search for that is actually really straight forward:
grep -rnw 'directory' -e "string pattern"
e.g. grep -rnw ‘public/’ -e mobile-menu.png