15 December 2021 ☼ tech ☼ linux ☼ til
TIL you can find a file recursively in Linux with the following command:
find . -name "*foo"
Here’s the Stack Overflow comment I got this from.