Open Earnestly opened 2 years ago
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
Hi, thanks for the report. This is such a major change of behaviour that I cannot possibly implement it.
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