2 lines
67 B
Plaintext
Executable File
2 lines
67 B
Plaintext
Executable File
ffp "$1" | grep "field_order\": \"tb" | gawk -F'\"' '{ print $4 }'
|