1
0

see_smiley_name.sh 105 B

123
  1. #!/bin/bash -e
  2. cat tencent-smiley.json | jq 'to_entries | group_by(.value) | .[] | "---------",.[].key'