deleting lines from jsonl file with matching key/value using jq
I have a large jsonl file like so: # source.jsonl {"id": "y88979", "content": "content goes here"} {"id": "h93794", "content": "content goes here"} {"id": "k9489", "content": "content goes here"} {"id": "p48947", "content": "content goes here"} {"id": "i8408", "content": "content goes here"}…