1
1
mirror of https://github.com/wader/fq.git synced 2024-12-03 13:46:37 +03:00
fq/pkg/interp/testdata/exprfile.fqtest

12 lines
136 B
Plaintext
Raw Normal View History

2020-06-08 03:29:51 +03:00
/test.jq:
123
/test2.jq:
2021-08-12 00:51:00 +03:00
.headers[0].magic | tovalue
2020-06-08 03:29:51 +03:00
/test.mp3:
2021-08-13 17:40:28 +03:00
$ fq -n -f /test.jq
2020-06-08 03:29:51 +03:00
123
/test.jq:
123
2021-08-13 17:40:28 +03:00
$ fq -f /test2.jq /test.mp3
2020-06-08 03:29:51 +03:00
"ID3"