Changes between Version 1 and Version 2 of Tutorial
- Timestamp:
- 01/30/10 04:49:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial
v1 v2 28 28 29 29 || '''Bash + GNU tools''' || '''shsh''' || 30 || echo "Hello, World!" || echo "Hello, World!\n" || 30 31 || wc -c || count | show | concatenate || 31 32 || wc -l || foreach line then substitute x else suppress end | count | show | concatenate || … … 33 34 || sed "s:foo:bar:" || foreach substring "foo" then substitute "bar" end || 34 35 || sed "s:foo:[\\&]:" || foreach substring "foo" then prepend "![" | append "]" end || 36 || sed "s:foo:[\\&, \\&]:" || foreach substring "foo" then id; echo ", "; id end || 35 37 36 38 == Using the Framework from Haskell ==
