<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Pipeline - Tag - SalehTZ</title><link>https://archive.salehtz.ir/tags/pipeline/</link><description>Pipeline - Tag - SalehTZ</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>mstalebizadeh@gmail.com (SalehTZ)</managingEditor><webMaster>mstalebizadeh@gmail.com (SalehTZ)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 27 May 2025 09:01:30 +0330</lastBuildDate><atom:link href="https://archive.salehtz.ir/tags/pipeline/" rel="self" type="application/rss+xml"/><item><title>Bandit Level 8 to 9: Finding the Unique Line</title><link>https://archive.salehtz.ir/bandit_8_9/</link><pubDate>Tue, 27 May 2025 09:01:30 +0330</pubDate><author>SalehTZ</author><guid>https://archive.salehtz.ir/bandit_8_9/</guid><description><![CDATA[<h2 id="introduction">Introduction</h2>
<p>In the last level, we used <code>grep</code> to find a known pattern in a file. For Bandit Level 8 to 9, the challenge is more abstract: we need to find a line that is unique within a file filled with duplicates. The password isn&rsquo;t next to a keyword; the password <em>is</em> the unique line itself.</p>
<p>This requires us to move beyond single commands and learn how to create a <strong>pipeline</strong>, chaining multiple tools together to perform a complex data analysis task in a single line.</p>]]></description></item></channel></rss>