Browse Source

added a transformation in the unix example

master
Julio Biason 6 years ago
parent
commit
8a74425d78
  1. 2
      mr-banks.html

2
mr-banks.html

@ -77,7 +77,7 @@
<h2>Batch Processing</h2>
<pre><code>
cat /var/log/messages | cut -d\ -f 1 | sort | uniq
cat /var/log/messages | grep sync | cut -d\ -f 1 | sort | uniq
</code></pre>
</section>

Loading…
Cancel
Save