1
1
mirror of https://github.com/wader/fq.git synced 2024-11-05 02:34:02 +03:00
fq/doc/display_decode_value_dv2.svg.sh
Mattias Wadman 051a70bd4b interp: Change bit ranges to use exclusive end
All other ranges and slicing uses exclusive end so i think it make sense
to make it consistent.

Update docs and add additional example for non-byte-aligned field.

Also fixes issue showing zero bit ranges as start-NA.
2023-10-20 15:37:26 +02:00

11 lines
132 B
Bash
Executable File

#!/bin/bash
FQ="$1"
s() {
echo "\$ $1"
sh -c "${1/fq/$FQ -o unicode=true -C}"
}
s "fq '.frames[1].header | dv' file.mp3"