File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ You can check that it works by listing the contents of `/data`:
265265``` bash
266266ls /data
267267```
268+
268269Depending on what part of this training you've done before, the output below my look slightly different.
269270
270271``` console title="Output"
@@ -291,11 +292,11 @@ cat /data/greetings.csv | cowpy -c turkey
291292This produces the desired ASCII art of a turkey rattling off our example greetings:
292293
293294``` console title="Output"
294- _________
295+ _________
295296/ Hello \
296297| Bonjour |
297298\ Holà /
298- ---------
299+ ---------
299300 \ ,+*^^*+___+++_
300301 \ ,*^^^^ )
301302 \ _+* ^**+_
@@ -605,11 +606,11 @@ There were 3 greetings in this batch
605606You can find the cowpy'ed output in the ` results ` directory.
606607
607608``` console title="results/cowpy-COLLECTED-test-batch-output.txt"
608- _________
609+ _________
609610/ HOLà \
610611| HELLO |
611612\ BONJOUR /
612- ---------
613+ ---------
613614 \ ,+*^^*+___+++_
614615 \ ,*^^^^ )
615616 \ _+* ^**+_
You can’t perform that action at this time.
0 commit comments