Sparkling gems and new releases from the world of Free and Open Source Software
Cut replacement
tuc
One of the most underused and underrated commands that you find built-in to the average terminal, cut
has been around for a long time. While many of us can usually guess its function, our finite memory means it's usually easier to construct an equivalent command from pipes or even copy and paste than bother with the cut --help
. The cut
command helps you to extract various parts of a file, or piped input, by specifying ranges, delimiting characters, and even byte positions. It's powerful, but it's no longer the only cut command you should have in your path. That's because there's a new alternative called tuc
, a cunningly named tool that does everything cut
does while also filling in gaps in its functionality. And it does far more than reversing the order of text.
One of cut
's best uses is to process and extract data from a comma-separated list, and this is a good example of something that tuc
improves upon. tuc
is good at extracting the same data in the same way, but as its name implies, it's particularly good at rearranging the order of the fields it extracts. You can do this by simply specifying the new order for each delimited value (-f
) after specifying a delimiter (-d
) to use, such as a comma. You can then put the same or different delimiters into the output text or pipe the output for more processing. It's also easy to replace fields or their delimiters or reformat the output using references to the various values retrieved from the input stream. It sounds abstract when written like this, but tuc
is actually easy to use and solves many of the problems you find when trying to import or process a list of values with cut
.
Project Website
https://github.com/riquito/tuc
Music player
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
-
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.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.