-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find not fully supported #177
Comments
This is a known limitation of ShellJS's Lines 95 to 100 in 7e7bf7f
|
It looks -name flag is not fully supported as well. |
-name is just the default argument. Try |
Well, yes, of course. The point, however, is still valid. -name flag is not supported. |
My point above was that we could probably translate that within shx itself (merge default arg |
Any update on this? Thanks 😥 |
Sorry for bothering you, but does the following work? npx shx find "scripts/**/*.sh" -exec npx shellcheck {} \; Or there is another (supported) approach? Thanks |
I just made the first attempt to use shx.
shx find BUILD/debug -type f -name '*.o'
yields find: no such file or directory: -type
The text was updated successfully, but these errors were encountered: