Sitemap

Member-only story

5 Linux Commands That Still Impress Me After Years of Using Them

Simple tools with surprising depth.

Fateyaly
4 min readJun 11, 2026

Press enter or click to view image in full size
Photo by Ilija Boshkov on Unsplash

Read here.

One of the most interesting things about Linux is that the commands you use every day are often far more powerful than they first appear.

When I started using Linux, I thought most commands had a single purpose. A command searched text. A command found files. A command displayed processes.

Simple.

Then I spent more time in the terminal.

I discovered that many of these tools are not just commands, they’re entire problem-solving frameworks hidden behind deceptively simple names.

Years later, there are still a handful of Linux commands that continue to impress me whenever I use them.

Not because they’re flashy.

Because they solve real problems incredibly well.

1. grep: Much More Than a Text Search Tool

Most people learn grep as the command that searches for text inside files.

Something like:

grep "error" app.log

Useful.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web
Already have an account? Sign in

Responses (3)

To respond to this story,
get the free Medium app.

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Stop saying "Linux commands", these are "Unix commands".
And where did Unix get two-letter commands from? From Burroughs two-letter operator commands.
Most of Unix came from the Burroughs MCP via MULTICS. But Burroughs MCP worked and is still a vastly superior OS.

2

These were exciting and fresh in tbe 1970s when I saw Unix version 5 (no, not System V, the earlier version 5). Compared to the mainframe systems and their clunky command languages, they were amazing. But they are ancient technology now, and there must be some thing newer to get excited about...

1

My lesson(s) for the day - Thank you for the refinements of these basic commands
8/10 claps

1