<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>The Trinity on Under the Anvil</title>
    <link>https://thetextsmith.com/trinity/</link>
    <description>Recent content in The Trinity on Under the Anvil</description>
    <generator>Hugo -- 0.158.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 18 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://thetextsmith.com/trinity/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Cleansing the Raw Ore: Practical Text Transformation</title>
      <link>https://thetextsmith.com/trinity/cleansing-the-raw-ore/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/cleansing-the-raw-ore/</guid>
      <description>A practical guide to turning messy university records into clean, structured data using Sed and Awk.</description>
    </item>
    <item>
      <title>The Surgical Strike: Text Manipulation as a Craft</title>
      <link>https://thetextsmith.com/trinity/the-surgical-strike/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/the-surgical-strike/</guid>
      <description>Moving beyond &amp;lsquo;Find and Replace&amp;rsquo;. Why Grep, Sed, and Awk are the essential tools for any data architect.</description>
    </item>
    <item>
      <title>Sed: The Header Sanitizer</title>
      <link>https://thetextsmith.com/trinity/sed-the-header-sanitizer/</link>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/sed-the-header-sanitizer/</guid>
      <description>Turning messy CSV headers into clean, predictable data. A lesson in stream editing for the everyday analyst.</description>
    </item>
    <item>
      <title>The Command-Line Analyst: Who Needs Python?</title>
      <link>https://thetextsmith.com/trinity/the-command-line-analyst/</link>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/the-command-line-analyst/</guid>
      <description>Can you do data science at the command line? Yes. Why the Trinity is often superior to Python for daily data tasks.</description>
    </item>
    <item>
      <title>The Lightweight Laboratory: Data Science at the CLI</title>
      <link>https://thetextsmith.com/trinity/the-lightweight-laboratory/</link>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/the-lightweight-laboratory/</guid>
      <description>Learning from the masters: How to employ heavy tools only when necessary and keep your daily work in the terminal.</description>
    </item>
    <item>
      <title>Grep: Seeing the Neighborhood with Context Flags</title>
      <link>https://thetextsmith.com/trinity/grep-context-the-scouts-vision/</link>
      <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/grep-context-the-scouts-vision/</guid>
      <description>Why a single line isn&amp;rsquo;t enough. Mastering -A, -B, and -C to understand the story behind the pattern.</description>
    </item>
    <item>
      <title>The Three-Fold Hammer: Grep, Sed, and Awk</title>
      <link>https://thetextsmith.com/trinity/the-three-fold-hammer/</link>
      <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/the-three-fold-hammer/</guid>
      <description>Why the combination of Grep, Sed, and Awk is the ultimate power-trip for a Textsmith.</description>
    </item>
    <item>
      <title>The Trinity in Action: Refining the CSV</title>
      <link>https://thetextsmith.com/trinity/the-csv-refiner-a-triple-strike/</link>
      <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/the-csv-refiner-a-triple-strike/</guid>
      <description>A masterclass in the pipeline. Using Grep, Sed, and Awk together to transform raw CSV data into a polished report.</description>
    </item>
    <item>
      <title>The Power of the Stream: Why I Stopped Opening Files</title>
      <link>https://thetextsmith.com/trinity/the-power-of-the-stream/</link>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/the-power-of-the-stream/</guid>
      <description>Explore the hidden power of sed: doing bulk searches and replacements in a single command.</description>
    </item>
    <item>
      <title>The Trinity Part 1: Grep, the Precision Scout</title>
      <link>https://thetextsmith.com/trinity/grep-the-scout/</link>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/grep-the-scout/</guid>
      <description>Grep is the right tool when you want to find not only files, but even the contents of files in a directory. This post is going to explore finding by inversion.</description>
    </item>
    <item>
      <title>The Trinity Part 2: Sed, the Surgeon&#39;s Blade</title>
      <link>https://thetextsmith.com/trinity/sed-the-surgeon/</link>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/sed-the-surgeon/</guid>
      <description>Make your life simple by using sed, the stream editor, to make fast edits in one or more files</description>
    </item>
    <item>
      <title>The Trinity Part 3: Awk, the Master Architect</title>
      <link>https://thetextsmith.com/trinity/awk-the-architect/</link>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/awk-the-architect/</guid>
      <description>A file is treated as a set of records, and each line is split into fields. This is the whole idea of awk: seeing data as an organised set of entities.</description>
    </item>
    <item>
      <title>Finding the Needle: The Zen of grep</title>
      <link>https://thetextsmith.com/trinity/finding-the-needle-grep/</link>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/finding-the-needle-grep/</guid>
      <description>In a haystack of data, grep is the magnet. Here is why it is the most essential tool in the Trinity.</description>
    </item>
    <item>
      <title>The Swiss Army Chainsaw: Unleashing awk on Your Data</title>
      <link>https://thetextsmith.com/trinity/swiss-army-chainsaw-awk/</link>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/swiss-army-chainsaw-awk/</guid>
      <description>When text has structure, sed is a knife, but awk is a powerhouse. Let&amp;rsquo;s look at why every Textsmith needs it.</description>
    </item>
    <item>
      <title>The Surgeon&#39;s Knife: Mastering sed for the Plaintext Life</title>
      <link>https://thetextsmith.com/trinity/surgeon-knife-sed/</link>
      <pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/trinity/surgeon-knife-sed/</guid>
      <description>Why reach for a heavy IDE when a stream editor can perform surgery on your text in milliseconds?</description>
    </item>
  </channel>
</rss>
