01 / 08
From here, no tools are handed over
The last lesson. Well done for coming this far.
This lesson teaches not one new command. Everything that appears you have already learnt.
What differs is the wording of the problems.
until now "count them with `grep`"from now "I want to know how many 404s there are"Only what is wanted is written. Which tool, and how, you decide.
It may feel uneasy at first. But do remember this.
out in the field, nobody names the tool for youYou are asked to "count the 404s in the log". Nobody says "count them using grep -c".
That is why this lesson is here.
Let me hand you a knack for going about it.
1. put what you want into words2. recall the tool nearest to it3. try it small4. look at the result and mend itDo not try to type the right answer straight off. Trying and mending is how a terminal is used.
The ways out when stuck are all in place too.
ls see how things standcat check the contentscommand --help read how to use itEsc :q! escape from viYou have hands for checking. Stuck, you look.
Right, let us begin. Ten problems.