1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00
fq/pkg/interp/testdata/exprfile.fqtest
2021-09-12 13:08:50 +02:00

12 lines
136 B
Plaintext

/test.jq:
123
/test2.jq:
.headers[0].magic | tovalue
/test.mp3:
$ fq -n -f /test.jq
123
/test.jq:
123
$ fq -f /test2.jq /test.mp3
"ID3"