New options for traditional Unix commands
fd for find
If you are looking for a replacement for find
, fd
[2] (or fdfind
, as Debian calls it) covers the most common uses of find
(Figure 8). Especially if you use regular expressions, fd
can produce results four or five times faster than find
. However, fd
offers other equally useful features, including a simpler syntax, color input, and defaults that include case-insensitivity and the ignoring of hidden files. Should you need case-sensitivity, all you need to do is use uppercase letters in the search pattern.
plocate for locate
Over the years, locate
has had several different versions, including mlocate
. All use a database to increase the speed of file searches. The most recent version, plocate
(Figure 9), is a drop-in replacement that is starting to be the norm in many major distributions. The main advantage of plocate
is that it can be three or four times faster than any of its predecessors on large searches, thanks mainly to the fact that it usually does not search through its entire database unless the search item is extremely small. Unlike its predecessors, plocate
can also search for multiple strings at the same time, which can speed up the file search.
ripgrep for grep
Together with its variants, grep
offers a comprehensive search function for text patterns. However, sometimes, its speed seems measured in eons. The main reason to use ripgrep
is that it is much faster than grep
for large searches (Figure 10). Much of this speed is obtained by ignoring hidden and binary files by default and by the use of a .gitignore
file to list other exceptions. Even more important, while grep
is confined to plain text files, ripgrep
supports a number of different file types and Unicode encodings, which can either make a search more comprehensive or else restrict it. Other useful features include an enhanced regex engine. While ripgrep
is not the only grep
replacement, it outperforms alternatives such as ag
, git grep
, ucg
, pt
, and sif
in most cases.
« Previous 1 2 3 4 Next »
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
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.
-
OSI and LPI Form Strategic Alliance
With a goal of strengthening Linux and open source communities, this new alliance aims to nurture the growth of more highly skilled professionals.
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.