79223772

Date: 2024-11-25 16:11:21
Score: 0.5
Natty:
Report link

The way you would do this with inputs is like this:

jq -nR '[inputs | select(length>0)]' input.ndjson

This will do it with streaming so you won't run into the slurp problem where the inputs all have to fit into memory..

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jason Kohles