~/tutorials/030-a-target-nobody-configured.md
030: A target nobody configured
Twenty-nine lessons ago you ran your first command on a site someone built for you. This is the last lesson of Field Work, and nobody built its target. There is a directory in this tree that no lesson has ever mentioned, no exercise has ever pointed at, and no tutorial prepared you for. Everything you have, in the order you choose.
The rules of engagement
They have not changed since lesson zero, which is the point:
- Everything you know how to do is allowed. Listing, finding, grepping, counting, diffing, reading, scanning, asking the zone.
- Nothing here is a riddle. No encoded strings, no puzzle pages, no trick whose answer lives outside the machine. The target is ordinary files doing ordinary things, unremarkable except that nobody ever told you to look.
- The tree keeps a few secrets quietly, the way a machine does, and this lesson keeps that promise one last time: nothing here announces itself, and nothing counts itself for you.
- A flag is a toy. If one turns up, it goes in your file and it is not the finding. The finding is the route you took.
Where to stand
Start from what the whole tier taught you:
- A directory you have never listed is a directory you have never read. Lesson six.
- The map shows shapes, not contents. Lesson seven's
treedraws the outline of everything, and what the outline hides is inside the files. - A census counts what is there. Lesson twenty-three's loop asks every file the same question, and the answers that come back strange are the interesting ones.
- Two views of one thing should agree. Lesson twenty-nine's
diff, and any two that should match but do not. - Every page is a file. Lesson nine, and the file has more lines than the page shows.
No further hints exist, and asking for them is the one move that has no lesson behind it.
What done looks like
Done is not finding the thing. Done is the route, written down: what you ran, what came back, what you ruled out and how, and the moment the picture changed. That is the report shape from lesson twenty-five, and this is its final exam, because a survey with no report is an evening, not a result.
The honest survey has three parts, and you have run all three before:
- Inventory. What exists, counted from the machine, not from memory or from this page.
- Anomalies. What does not fit the pattern, found by comparison, not by intuition.
- The route. The commands, in order, that got you from nothing to the picture. Re-runnable by a stranger, which is the only standard.
Then the ground moves
Field Work ends here the way First Steps ended: with the machine in front of you and no assignment attached. The difference is what you are holding. Twenty-nine lessons ago the shell was a novelty. Now it is an instrument you have calibrated against itself, and every claim these lessons made, you checked.
The tree is still deeper than the part you can see. That sentence was true in the manifesto and it is true now, and after this lesson it is yours to investigate for its own sake, with nothing left to complete but the habit.
Good hunting, one last time.