mirror of
https://github.com/wader/fq.git
synced 2024-11-24 03:05:22 +03:00
12 lines
136 B
Plaintext
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"
|