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
I've been trying to use strptime and dateconv like I might grep -q but when -q is used the exit status is 0 for matches that would otherwise fail.
strptime
dateconv
grep -q
-q
0
Current workaround is to redirect stderr and stdout to /dev/null
stderr
stdout
/dev/null
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report. This is such a major change of behaviour that I cannot possibly implement it.
Sorry, something went wrong.
No branches or pull requests
I've been trying to use
strptime
anddateconv
like I mightgrep -q
but when-q
is used the exit status is0
for matches that would otherwise fail.Current workaround is to redirect
stderr
andstdout
to/dev/null
The text was updated successfully, but these errors were encountered: