New options for traditional Unix commands
Command Line – Alternative Unix Commands
If you are looking for modern display options or more speed at the command line, these alternatives to traditional Unix commands may be just what you need.
The development of Unix began over 50 years ago. In contrast to commercial software, most of Unix's basic commands are still in use today. However, in the past couple decades, alternatives have been developed for a variety of reasons. For instance, restrictions such as lack of memory or color monitors or limits on file name lengths have long since disappeared, opening the way for more to be done with a command. Also, now that desktop environments are the norm, users demand more even at the command line. Sometimes, too, commands or some of their options have become obsolete or too numerous and too complex for their most common uses, resulting in the desire for simplification. At other times, developers want to try their hand at developing an improved version. Here are some of the new options for some common traditional commands.
tree or exa for ls
As one of the most commonly used commands for command-line navigation, ls
is a popular choice for updating. If nothing else, the fact that many distributions routinely alias ls
for ls --color
highlights how much room there is for improvement. It's not surprising, then, that at least half a dozen replacements for ls
exist, all of them routinely using color as well as other enhancements.
One popular replacement is tree
. As the name suggests, tree
displays results in a tree structure, making the results easier to read (Figure 1). With tree
, you can specify the tree's depth, as well as the full path to each file. Conveniently, tree
also includes five sorting orders. Also useful, tree
allows for the customization of colors through environmental variables and shows the path to the original file for symlinks.
Another popular ls
replacement, exa
(Figure 2), starts with color and human-readable file sizes enabled, as well a variety of display options, ranging from one entry per line and a table for long forms. Like tree
, exa
has options for a tree view and different sorting orders according to different file attributes.
bat for cat
Although many users prefer the less
command, cat
remains a popular choice for viewing text files. As a complete replacement for cat
, bat
also adds syntax highlighting. If a file is longer than the screen, bat
will display the file using less
to make scrolling back and forth easier (Figure 3). For coders, bat
integrates with git
.
tldr for man
Man pages are the most common form of Linux documentation for commands. Unfortunately, their quality varies with the writers. Some man pages lack context and examples, and some are too technical for average users. Moreover, even the best-written can be long and complex. While tldr
(which stands for "too long; didn't read," a common synonym for summaries) [1] does not replace man pages, it does give clear, concise explanations and covers the most common use cases (Figure 4). To install the tldr
database, you need to install the Node.js client and run:
npm install -g tldr
or you can install the Python client with:
pip3 install tldr
The first time you use tldr
, there will be a short delay while the database is created. Once that is done, tldr
has a similar or faster response time than that of man
.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.