>
~$linuxier
Read the blog
~$ home /Shell

The Shell

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.

command-line.sh
$ pwd && ls -la | grep .conf
# chain, filter, and read the result
Shell · Linux Basics

How to Use the Command Line on Linux

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.sh
$ apt search --names-only nginx | less
Shell · Ubuntu

How to Use apt search to Find a Package

Seven 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.

read the guide →
what you'll learn

One prompt,
infinite leverage.

01
Speak Bash fluentlyNavigate, list and act on files without thinking about the syntax between the keys.
02
Wire commands togetherUse pipes and redirects to feed one tool's output straight into the next.
03
Filter the noiseReach for grep, less and flags like --names-only to keep output tight.
04
Find what you need fastQuery the package archive from the shell and install with a single follow-up line.

AltStyle によって変換されたページ (->オリジナル) /