Run type nano.
type nano
Checkpoint command lookup, path resolution, output capture, and history.
Terminal basicstyperealpathteehistory
Click any instruction for the command details, the why, and the common mistake to avoid.
Run type nano.
type nano
Run realpath scripts/deploy.sh.
realpath scripts/deploy.sh
Run printf foundations-ready | tee lab/foundations-ready.txt.
printf foundations-ready | tee lab/foundations-ready.txt
Run history.
history
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 combining the first terminal workflow habits.
Start with type nano, inspect the result, then continue in order.
Combining the first terminal workflow habits helps operators explain what they know before they change anything.
type <command>
Explain whether a command is built in or found on the simulated PATH.
tee <file>
Write piped text to a lab file and keep it on screen.
realpath <path>
Resolve a path to its canonical simulated location.
history
Show recent commands.