Software Engineering
Code Snippets
Blog
Tools
Tutorials
Let's talk!
Software Engineering
Code Snippets
Blog
Tools
Tutorials
Find a File in Linux / Mac terminal
?
S
Bash
Simple snippet to find a file in a folder
1
find
/path/to/folder -name
'*bat*'
2
Created on 2/18/2019