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

You easily reverse a list of items or even entire lines of text with tuc, thank to its ability to handle negative indexes.

Music player

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • FOSSPicks

    This month Graham dives into LMMS, Name Generator, Heaptrack, Binaural Audio Editor, Meshroom, Palapeli, and much more!

  • Moonlight 2.0 Enters Test Phase

    The first beta version of Moonlight 2.0 has been released. Moonlight is the free counterpart to Silverlight, Microsoft-Novell's attempt to rival Flash.

  • dgamelaunch

    If you are into retrogaming, dgamelaunch lets you set up a server to play Roguelike games and compete with friends, all while preserving a piece of gaming history.

  • Fresh Moonlight

    Moonlight is the name of Novell's Linux implementation of Microsoft's Silverlight 1.0 technology. Moonlight is now available in a Beta version for 32 and 64 Bit Linux systems, albeit only for Firefox users.

  • FOSSPicks

    After watching Ubuntu help NASA with its first controlled flight on another planet, Graham spent far too much time this month visiting Mars in Elite Dangerous, via Proton on Linux.

comments powered by Disqus