Vnx-latest-features

From VNX
Revision as of 13:00, 21 March 2016 by David (talk | contribs)
Jump to: navigation, search

VNX latest features implemented


  • 21/3/2016 - Multiline commands in <exec> tags, by using the standard convention of ending the first lines with an '\'
    <exec seq="kk" type="verbatim">
      touch \
        /tmp/file1 \
        /tmp/file2 
    </exec>