Print a property from every line.
Section: Processing JSONL files
Extract one field from each JSONL record
bash
bash
jq -r '.email' users.jsonlExplanation
Great for quick exports and checks from structured log files.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Processing JSONL files