Run cp restore/index.html lab/restore-candidate.html.
cp restore/index.html lab/restore-candidate.html
Copy a restore candidate and compare it with its source.
Files and pathscpdiffsha256sum
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cp restore/index.html lab/restore-candidate.html.
cp restore/index.html lab/restore-candidate.html
Run diff restore/index.html lab/restore-candidate.html.
diff restore/index.html lab/restore-candidate.html
Run sha256sum lab/restore-candidate.html.
sha256sum lab/restore-candidate.html
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Build repeatable confidence with verifying a copied restore candidate.
Start with cp restore/index.html lab/restore-candidate.html, inspect the result, then continue in order.
Verifying a copied restore candidate helps operators explain what they know before they change anything.
diff <left> <right>
Compare two lab text files.
sha256sum <file>
Print a deterministic training checksum.
cp <src> <dst>
Copy a file.