01 / 08
This chapter grows the set of things to join to
You learned pipes in the last chapter. You know how to join, so now we grow what there is to join to.
Every tool in this chapter has the same shape.
Take text in, work on it, give text back.
Which is why they all take a pipe. A tool that sorts, a tool that drops duplicates, a tool that pulls out a column — combine them and the sort of adding up you would do in a spreadsheet fits on a line.
First up is sort, the tool that puts things in order.