mirror of
https://github.com/wader/fq.git
synced 2024-12-25 14:23:18 +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"
|