We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nvm.sh fails when trying to call find with unsupported -maxdepth option in Solaris 10
nvm.sh
find
-maxdepth
The text was updated successfully, but these errors were encountered:
Hmm - http://stackoverflow.com/questions/23684779/cross-platform-shell-script-to-find-all-files-to-a-maxdepth implies that Solaris simply doesn't support that option.
It looks like http://unix.stackexchange.com/questions/18321/solaris-equivalent-for-depth-prune/18356#18356 may provide a solution. I'll see what I can do.
Sorry, something went wrong.
b0244a1
Although the original issue is fixed nvm.sh still fails, now due to differences in tail. I'm getting the usage: tail [+/-[n][lbc][f]] [file] error and it seems the answer here (http://stackoverflow.com/questions/314321/whats-the-solaris-equivalent-to-the-bsds-tail-n100) might be used to solve the issue
tail
usage: tail [+/-[n][lbc][f]] [file]
@cy6erskunk thanks! can you file a new issue for that?
ls
ljharb
No branches or pull requests
nvm.sh
fails when trying to callfind
with unsupported-maxdepth
option in Solaris 10The text was updated successfully, but these errors were encountered: