Run echo status ok.
echo status ok
Write simple command output into a safe lab file.
Terminal basicsechocat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run echo status ok.
echo status ok
Run echo status ok > lab-status.txt.
echo status ok > lab-status.txt
Run cat lab-status.txt.
cat lab-status.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.
Use one safe > redirection inside the home folder.
Write a short marker, then cat the file.
Redirection is useful, but it can overwrite files in real shells.
echo <text>
Print text or write lab notes with >.
cat <file>
Print text file contents.