<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cut on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/cut/</link>
    <description>Recent content in Cut on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Sat, 18 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/cut/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Cut</title>
      <link>https://raveenkumar.com/library/programming/cut/</link>
      <pubDate>Sat, 18 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/cut/</guid>
      <description>&lt;h2 id=&#34;cut-from-25th-column&#34;&gt;Cut from 25th column&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://superuser.com/questions/316785/is-there-a-diff-utility-that-allows-you-to-exclude-columns&#34;&gt;https://superuser.com/questions/316785/is-there-a-diff-utility-that-allows-you-to-exclude-columns&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;cut -c25- file.txt&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;cut-fields&#34;&gt;Cut fields&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;echo &amp;quot;1:2:3&amp;quot; | cut -d &amp;quot;:&amp;quot; -f 1&#xA;&#xA;1&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
