7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/bash -e
|
|
# File: see_smiley_name.sh
|
|
# Date: Sun Jan 11 21:37:06 2015 +0800
|
|
# Author: Yuxin Wu
|
|
|
|
cat tencent-smiley.json | jq 'to_entries | group_by(.value) | .[] | "---------",.[].key'
|