<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Coding braindump</title><link>https://dev-initely.me/tools/</link><description>Recent content in Tools on Coding braindump</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 09 May 2025 12:18:00 +0200</lastBuildDate><atom:link href="https://dev-initely.me/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>📅 Filtering .ics Calendar Events with awk on Linux</title><link>https://dev-initely.me/tools/filter-ics-calendar-with-awk/</link><pubDate>Fri, 09 May 2025 12:18:00 +0200</pubDate><guid>https://dev-initely.me/tools/filter-ics-calendar-with-awk/</guid><description>&lt;ul&gt;
&lt;li&gt;State &amp;ldquo;DONE&amp;rdquo; from &lt;span class="timestamp-wrapper"&gt;&lt;span class="timestamp"&gt;[2025-05-09 Fri 12:18]&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Welcome back to the Linux CLI tools series. Today’s focus is on &lt;code&gt;awk&lt;/code&gt;, a versatile text-processing tool, and how to use it to filter out events from a calendar file. This had a specific use case for me, because I wanted to filter out all events from an exported .ics file before a certain date. I needed to import the filtered events to a new calendar and want to avoid duplicating events. So, my main goal: Delete all calendar events before April 1, 2025, from a .ics file, using just the command line.&lt;/p&gt;</description></item></channel></rss>