Run sed s/443/8443/ data/config-a.conf.
sed s/443/8443/ data/config-a.conf
Preview a port substitution and compare it with the unchanged source.
Text and logssedgrepnl
Click any instruction for the command details, the why, and the common mistake to avoid.
Run sed s/443/8443/ data/config-a.conf.
sed s/443/8443/ data/config-a.conf
Run grep listen data/config-a.conf.
grep listen data/config-a.conf
Run nl data/config-a.conf.
nl data/config-a.conf
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 previewing a text change before editing a config.
Start with sed s/443/8443/ data/config-a.conf, inspect the result, then continue in order.
Previewing a text change before editing a config helps operators explain what they know before they change anything.
grep [-i] <text> <file>
Find literal text inside a file.
sed s/old/new/ <file>
Preview simple text substitutions.
nl [file]
Number lines from a file or supported text pipeline.