relpipe-data/examples-runnable-jars.xml
branchv_0
changeset 316 d7ae02390fac
parent 294 abbc9bcfbcc4
equal deleted inserted replaced
315:d4c2968a391f 316:d7ae02390fac
    41 				we can experiment with the N value and look how the total time decreases
    41 				we can experiment with the N value and look how the total time decreases
    42 			</li>
    42 			</li>
    43 			<li>
    43 			<li>
    44 				<code>filterRunable</code>
    44 				<code>filterRunable</code>
    45 				– uses AWK to skip the records (files) that does not have a main class;
    45 				– uses AWK to skip the records (files) that does not have a main class;
    46 				in this step we could use also <code>relpipe-tr-sql</code> or <code>relpipe-tr-guile</code> if we prefer SQL or Guile/Scheme to AWK
    46 				in this step we could use also <code>relpipe-tr-sql</code> or <code>relpipe-tr-scheme</code> if we prefer SQL or Scheme to AWK
    47 			</li>
    47 			</li>
    48 			<li>
    48 			<li>
    49 				<code>shortenPath</code>
    49 				<code>shortenPath</code>
    50 				– replaces part of the absolute path with the <code>~</code> shortcut
    50 				– replaces part of the absolute path with the <code>~</code> shortcut
    51 				(just to make it shorter and hide our username)
    51 				(just to make it shorter and hide our username)