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 due to differences in tail implementation. 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
nvm.sh
tail
usage: tail [+/-[n][lbc][f]] [file]
The text was updated successfully, but these errors were encountered:
(linking back to #1121 (comment))
Sorry, something went wrong.
How would I convert usages like tail -n +2?
tail -n +2
I believe tail +2 should work, cannot check it right now
tail +2
Sadly it doesn't seem to work outside of Solaris :-/ https://travis-ci.org/ljharb/nvm/jobs/142899811#L597
K, I think for the -n +n cases I can just use sed instead.
-n +n
sed
78a008c
No branches or pull requests
nvm.sh
fails due to differences intail
implementation. I'm getting theusage: 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 issueThe text was updated successfully, but these errors were encountered: