SyntaxFix
Write A Post
Hire A Developer
Questions
find /abs/path/ -name '*.js'
Edit: As Brian points out, add -type f if you want only plain files, and not directories, links, etc.
-type f