I think the precedence for "SEDCMD" attribute within single stanza is ASCII order.
For example props.conf:
[foo]
SEDCMD-01 = s/foo/bar/g
SEDCMD-02 = s/bar/foo/g
In this case, SEDCMD-01 is done firstly and then SEDCMD-02 is done.
Is this correct?
Please let me know that.
↧