Run echo first > lab/change.txt.
echo first > lab/change.txt
Start with redirected text, then review it in nano.
Nano and editingechonanocat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run echo first > lab/change.txt.
echo first > lab/change.txt
Run nano lab/change.txt.
nano lab/change.txt
Run cat lab/change.txt.
cat lab/change.txt
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.
Combine redirection, editing, and verification.
Write first, open nano, then cat.
A quick review loop prevents stale notes.
echo <text>
Print text or write lab notes with >.
nano <file>
Open a simulated nano editor.
cat <file>
Print text file contents.