Closed asakura42 closed 5 years ago
Try
$ opuscomment -d NAME foo.opus </dev/null
Can't work?
If -d is given, opuscomment enters append (-a) mode.
Great. With </dev/null
it works properly.
You may want to do:
$ opuscomment -d NAME -t "NAME=New value" foo.opus
or
$ echo NAME=New value |opuscomment -d NAME foo.opus
Not with -a, not with -w.