What’s on the The Terminal poster
18 entries in 4 groups.
Unix, macOS and Linux. Most work in Windows via WSL or Git Bash.
- Moving around: pwd – where am I, ls -la – list, including hidden, cd - – back to the…
- Files: cp -r – copy a directory, mv – move or rename, rm -i – delete, asking first, m…
- Finding: grep -rn "x" . – search recursively, with line numbers, find . -name "*.ts"…
- Processes: ps aux | grep x – is it running, kill -9 PID – force stop, lsof -i :3000 –…
Pipe with | and chain with &&. Almost every command reads standard input and writes standard output.
Questions about the The Terminal poster
- What’s on the The Terminal poster?
- 18 entries in 4 groups. Unix, macOS and Linux. Most work in Windows via WSL or Git Bash. Moving around: pwd – where am I, ls -la – list, including hidden, cd - – back to the…; Files: cp -r – copy a directory, mv – move or rename, rm -i – delete, asking first, m…; Finding: grep -rn "x" . – search recursively, with line numbers, find . -name "*.ts"…; Processes: ps aux | grep x – is it running, kill -9 PID – force stop, lsof -i :3000 –…. Pipe with | and chain with &&. Almost every command reads standard input and writes standard output.
- Who is the The Terminal poster for?
- The Terminal belongs to the Computing section rather than to a school year, because computing is not something one grade owns. Anyone learning tools can pin it up — a beginner, a student mid-course, or someone revising years later.
- When should you use the The Terminal poster?
- Learn the flags for ls, grep and find. They are the difference between the terminal being useful and being tedious. A wall chart earns its place by being glanceable from where the work is happening, so The Terminal belongs on the wall where that computing work actually happens, within glancing distance, rather than filed away.
- What other posters go with The Terminal?
- Code Review, Debugging Method and Docker Basics sit alongside The Terminal in the Computing section. Printed together they make a wall rather than a single sheet, which is how a reference set actually gets used.Code ReviewDebugging MethodDocker Basics
- Is the The Terminal poster free to download and print?
- Yes. The Terminal downloads as a free PDF with no account, no email and no watermark, like everything else in the Computing section. Print as many copies as you like for a home, a classroom, a library or a tutoring group; reselling the file is the only thing the licence rules out.Read the licence
- What size does the The Terminal poster print at?
- The Terminal is a vector PDF laid out for US Letter, and prints on A4 with Fit to page — the same file, no separate download. Because every mark on it is drawn rather than photographed, it stays sharp enlarged to A3, A2 or A1 at a copy shop. Colour carries emphasis only, so a greyscale print of The Terminal loses nothing.Printing guide
Related posters
Charts that sit alongside The Terminal on the same wall.
Browse every Computing poster, or start from the full catalogue.