1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00
fq/pkg/interp/testdata/scriptfile.fqtest
2021-09-12 13:08:48 +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"