Hi Branden,
On 8/3/22 17:58, G. Branden Robinson wrote:
At 2022-08-03T01:54:18+0200, Alejandro Colomar wrote:
Could you show an example? I'm curious.
Sure. Let me quote Andrew Koenig, _C Traps and Pitfalls_,
Addison-Wesley, 1989.
"I once talked to someone who was writing a C program to ru
Hi,
On 8/2/22 22:10, DJ Chase wrote:
Would this work:
OUTPUT="$(mandoc -Tlint || true)"
OUTPUT="$(printf %s\\n "$OUTPUT" | sed '/reg/ex/d')"
if [ "$OUTPUT" ]; then
printf %s\\n "$OUTPUT"
exit 1
fi
Yes, something like that is wh