Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 608 Bytes

homework-3.md

File metadata and controls

9 lines (7 loc) · 608 Bytes

Language models

Do all exercises in parts 1-4 in Ken Church's Unix for Poets, using a (long) text of your choosing. Your homework should include the command lines you run for the exercises where he doesn't provide the solution. (This homework may take a little longer than others, but should be under an hour.)

  • A good place to get texts is Project Gutenberg.
  • In the examples, "tail +2" is used. This doesn't work on my linux distribution, but "tail -n +2" does.
  • You may also find "less" more useful than "sed 5q".