Run nl data/users-a.txt.
nl data/users-a.txt
Use comm to separate shared and unique account names.
Text and logscommnl
Click any instruction for the command details, the why, and the common mistake to avoid.
Run nl data/users-a.txt.
nl data/users-a.txt
Run nl data/users-b.txt.
nl data/users-b.txt
Run comm data/users-a.txt data/users-b.txt.
comm data/users-a.txt data/users-b.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.
Build repeatable confidence with explaining differences between sorted text sets.
Start with nl data/users-a.txt, inspect the result, then continue in order.
Explaining differences between sorted text sets helps operators explain what they know before they change anything.
nl [file]
Number lines from a file or supported text pipeline.
comm <left> <right>
Compare two sorted text files line by line.