Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
courses:mapreduce-tutorial:step-12 [2012/01/29 14:56] majlis |
courses:mapreduce-tutorial:step-12 [2012/01/31 09:39] (current) straka Change Perl commandline syntax. |
||
---|---|---|---|
Line 19: | Line 19: | ||
wget --no-check-certificate ' | wget --no-check-certificate ' | ||
- | rm -rf step-12-out-ex; | + | |
+ | # $EDITOR step-12-exercise.pl | ||
+ | | ||
less step-12-out-ex/ | less step-12-out-ex/ | ||
Line 25: | Line 27: | ||
You can also download the solution {{: | You can also download the solution {{: | ||
wget --no-check-certificate ' | wget --no-check-certificate ' | ||
- | rm -rf step-12-out-sol; | + | |
+ | # $EDITOR step-12-solution.pl | ||
+ | | ||
less step-12-out-sol/ | less step-12-out-sol/ | ||
Line 39: | Line 43: | ||
</ | </ | ||
</ | </ | ||
- |
[ Back to the navigation ] [ Back to the content ]