<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Anush</title>
    <description>The latest articles on Debug School by Anush (@yanush68).</description>
    <link>https://www.debug.school/yanush68</link>
    <image>
      <url>https://www.debug.school/images/t4ciYlHmiDjOplGWZyaXc0pQN-vY0LPazAs-cFsE8TU/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzEwMC8wMDBh/ZDM3Ni0zYThjLTQ2/YmItODlkYS0wNGM4/M2JhNDEzZmIucG5n</url>
      <title>Debug School: Anush</title>
      <link>https://www.debug.school/yanush68</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/yanush68"/>
    <language>en</language>
    <item>
      <title>Usage of GREP command with examples.</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Thu, 22 Sep 2022 12:32:00 +0000</pubDate>
      <link>https://www.debug.school/yanush68/usage-of-grep-command-with-examples-5a74</link>
      <guid>https://www.debug.school/yanush68/usage-of-grep-command-with-examples-5a74</guid>
      <description>&lt;p&gt;Grep is a command-line utility widely used in Linux/Unix that uses in searching data sets of specific files for lines that match a regular expression of plain texts.&lt;br&gt;
Syntax:  grep PATTERN [FILE]&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The below command will find all of the words in the files that matched the word ‘error’ in the error.log file&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;grep 'error' error.log&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Case insensitive search : The &lt;strong&gt;-i&lt;/strong&gt; option enables to search for a string case insensitively in the given file. This searches for the word 'Anush', 'AnuSh', 'aNUsH' etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;grep -i 'Anush' Anush.txt&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;3.Displaying the count of number of matches :  &lt;strong&gt;-c&lt;/strong&gt; is find the number of lines that matches the given string/pattern&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;grep -c 'Anush' Anush.txt&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;4.Display the file names that matches the pattern : &lt;strong&gt;-l&lt;/strong&gt; will just display the files that contains the given string/pattern.&lt;/p&gt;

&lt;p&gt;** grep -l "Anush"* **&lt;/p&gt;

&lt;p&gt;5.Checking for the whole words in a file : By default, grep matches the given string/pattern even if it is found as a substring in a file. The &lt;em&gt;-w&lt;/em&gt; option to grep makes it match only the whole words. &lt;/p&gt;

&lt;p&gt;grep -w "Training" Anush.txt&lt;/p&gt;

&lt;p&gt;6.Displaying only the matched pattern : By default, grep displays the entire line which has the matched string. We can make the grep to display only the matched string by using the &lt;strong&gt;-o&lt;/strong&gt; option. &lt;/p&gt;

&lt;p&gt;grep -o "unix" geekfile.txt&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is DevSecOps?</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Fri, 16 Sep 2022 03:18:35 +0000</pubDate>
      <link>https://www.debug.school/yanush68/what-is-devsecops-4a5e</link>
      <guid>https://www.debug.school/yanush68/what-is-devsecops-4a5e</guid>
      <description></description>
    </item>
    <item>
      <title>How DevOps and SRE are different?</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Fri, 16 Sep 2022 00:14:27 +0000</pubDate>
      <link>https://www.debug.school/yanush68/how-devops-and-sre-are-different-3jgf</link>
      <guid>https://www.debug.school/yanush68/how-devops-and-sre-are-different-3jgf</guid>
      <description></description>
    </item>
    <item>
      <title>What are the list of DevOps Tools?</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Fri, 16 Sep 2022 00:09:56 +0000</pubDate>
      <link>https://www.debug.school/yanush68/what-are-the-list-of-devops-tools-3g5f</link>
      <guid>https://www.debug.school/yanush68/what-are-the-list-of-devops-tools-3g5f</guid>
      <description></description>
    </item>
    <item>
      <title>What exactly do DevOps do?</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Fri, 16 Sep 2022 00:03:46 +0000</pubDate>
      <link>https://www.debug.school/yanush68/what-exactly-do-devops-do-1c2b</link>
      <guid>https://www.debug.school/yanush68/what-exactly-do-devops-do-1c2b</guid>
      <description></description>
    </item>
    <item>
      <title>What is DevOps in simple terms?</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
      <link>https://www.debug.school/yanush68/what-is-devops-in-simple-terms-4hpd</link>
      <guid>https://www.debug.school/yanush68/what-is-devops-in-simple-terms-4hpd</guid>
      <description></description>
    </item>
    <item>
      <title>My DevOps Learning Journey?</title>
      <dc:creator>Anush</dc:creator>
      <pubDate>Wed, 14 Sep 2022 17:50:42 +0000</pubDate>
      <link>https://www.debug.school/yanush68/my-devops-learning-journey-26kd</link>
      <guid>https://www.debug.school/yanush68/my-devops-learning-journey-26kd</guid>
      <description>&lt;p&gt;I would like to Learn DevOps. Can you please list out the the topics which I need to learn? and Share a Link for Tutorials and Videos for the same?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
