5 lines
107 B
Bash
5 lines
107 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
|
||
|
|
jq '.thread[] | {author: .thread.post.author.handle, text: .thread.post.record.text}' $1
|