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
wc -l on macOS contains empty space at the beginning of the line, like
wc -l
$ echo | wc -l 1
this leads to
The text was updated successfully, but these errors were encountered:
Ensure spaces from macOS 'wc' command are removed
03dcf71
fix erikw#404
Ensure spaces from macOS 'wc' command are removed (#405)
827b282
fix #404
Successfully merging a pull request may close this issue.
wc -l
on macOS contains empty space at the beginning of the line, likethis leads to
The text was updated successfully, but these errors were encountered: