relpipe-data/classic-example.xml
branchv_0
changeset 146 8c2e2dbee5cc
parent 145 42bbbccd87f3
child 151 5697a01db388
equal deleted inserted replaced
145:42bbbccd87f3 146:8c2e2dbee5cc
    40 		
    40 		
    41 		<pre><![CDATA[YELLOW
    41 		<pre><![CDATA[YELLOW
    42 WHITE]]></pre>
    42 WHITE]]></pre>
    43 
    43 
    44 		<p>
    44 		<p>
    45 			So we have a list of colors of our dogs printed in upper-case. 
    45 			So we have a list of colors of our dogs printed in big letters. 
    46 			In case we have several dogs of same color, we could avoid duplicates simply by adding <code>| sort -u</code> in the pipeline (after the <code>cut</code> part).
    46 			In case we have several dogs of same color, we could avoid duplicates simply by adding <code>| sort -u</code> in the pipeline (after the <code>cut</code> step).
    47 		</p>
    47 		</p>
    48 
    48 
    49 		<h2>The great parts</h2>
    49 		<h2>The great parts</h2>
    50 		
    50 		
    51 		<p>
    51 		<p>