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
Option -n has the opposite effect
head tmp.txt | xsv count output: 9 head tmp.txt | xsv count -n output: 10
The text was updated successfully, but these errors were encountered:
The docs are wrong. They should say that --no-headers means that the header row is included in the count.
--no-headers
Sorry, something went wrong.
Suggest to rename the parameter to --include-headers?
--include-headers
They should say that --no-headers means that the header row is included in the count.
I made a PR to correct the description.
#340
No branches or pull requests
Option -n has the opposite effect
The text was updated successfully, but these errors were encountered: