Difference between revisions of "Vnx-latest-features"

From VNX
Jump to: navigation, search
Line 3: Line 3:
  
 
<ul>
 
<ul>
<li>'''21/3/2016 - Multiline commands in <exec> tags''', by using the standard convention of ending the first lines with an '\'
+
<li>'''21/3/2016 - Multiline commands in <exec> tags''', by using the standard convention of ending the first lines with an '\':
 
<pre>
 
<pre>
 
<exec seq="kk" type="verbatim">
 
<exec seq="kk" type="verbatim">

Revision as of 13:00, 21 March 2016

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>