/ Published in: Bash
Search for files by file name
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name 'file.name' -ls
Comments
You need to login to view comments.
