December 15, 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.