Difference between revisions of "Vnx-latest-features"

From VNX
Jump to: navigation, search
(Created page with "{{Title|VNX latest features implemented}}")
 
Line 1: Line 1:
 
{{Title|VNX latest features implemented}}
 
{{Title|VNX latest features implemented}}
 +
 +
 +
<ul>
 +
<li>'''21/3/2016 - Multiline commands in <exec> tags''', by using the standard convention of ending the first lines with an '\'
 +
<pre>
 +
<exec seq="kk" type="verbatim">
 +
  touch \
 +
    /tmp/file1 \
 +
    /tmp/file2
 +
</exec>
 +
</pre>

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>