Created
April 7, 2020 20:18
-
-
Save csabapalfi/cc2ff53e967f327b6c9a1dee5d581541 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
xsv select message "$1" | xsv fmt --quote ' ' | sed -e '1d' | jq -c -r 'fromjson' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment