4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cat tencent-smiley.json | jq 'to_entries | group_by(.value) | .[] | "---------",.[].key'
|