|
Regarding "=" vs. "<", the difference, as I understand it, is what is permitted in the "expression" on the right side. In addition to copying a tag, the "<" form allows a kind of string expression using filename variables (%f etc.) and tag names ($tag), but the "=" form only allows constant values on the right. Is that correct?
Is -TAG<=FMT equivalent to -TAG<FMT? Or is "<=" only used in the form -TAG<=DATFILE to set a tag from the contents of a file?
|