1
1
mirror of https://github.com/wader/fq.git synced 2024-11-26 21:55:57 +03:00
fq/doc/display_decode_value_d.svg.sh

11 lines
147 B
Bash
Raw Normal View History

#!/bin/bash
FQ="$1"
s() {
echo "\$ $1"
sh -c "${1/fq/$FQ -o unicode=true -C}"
}
s "fq 'first(grep_by(.type == \"elst\")) | d' file.mp4"