>
The shell is the single most transferable skill in all of Linux. Learn Bash well and it follows you everywhere — into containers, over SSH, through CI pipelines and onto every server you'll ever touch. This track is about fluency: reading and writing commands with confidence, chaining tools together with pipes, and knowing the syntax well enough that the terminal stops slowing you down and starts multiplying you. We begin at the prompt itself and build toward the everyday power moves — like searching the package archive without leaving the keyboard. Each guide is copy-paste ready and verified on a current release, so what you read is exactly what you'll see when you run it.
The foundation of every shell session: navigation, listings, permissions and the customizations that make Bash bend to how you actually work.
read the guide →apt search to Find a PackageSeven ways to query the archive from the shell — piping, filtering with grep and paging results so you find the right package on the first try.
grep, less and flags like --names-only to keep output tight.