<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>grep command examples</title>
	<atom:link href="https://www.ubuntumint.com/tag/grep-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Fri, 25 Aug 2023 04:02:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.ubuntumint.com/wp-content/uploads/2023/06/favicon.png</url>
	<title>grep command examples</title>
	<link>https://www.ubuntumint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Delete Empty Lines in Files Using Grep, Sed, and Awk</title>
		<link>https://www.ubuntumint.com/delete-empty-lines-in-file-linux/</link>
					<comments>https://www.ubuntumint.com/delete-empty-lines-in-file-linux/#comments</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 13 Aug 2021 05:06:42 +0000</pubDate>
				<category><![CDATA[Linux Commandline Tools]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[awk command examples]]></category>
		<category><![CDATA[grep command examples]]></category>
		<category><![CDATA[sed command examples]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=2222</guid>

					<description><![CDATA[<p>An experienced Linux user knows exactly what kind of a nuisance blank lines can be in a processable file. These empty/blank lines not only get</p>
The post <a href="https://www.ubuntumint.com/delete-empty-lines-in-file-linux/">How to Delete Empty Lines in Files Using Grep, Sed, and Awk</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/delete-empty-lines-in-file-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>5 Ways to Count the Number of Lines in a File</title>
		<link>https://www.ubuntumint.com/count-number-of-lines-in-file-linux/</link>
					<comments>https://www.ubuntumint.com/count-number-of-lines-in-file-linux/#comments</comments>
		
		<dc:creator><![CDATA[Sarvottam]]></dc:creator>
		<pubDate>Mon, 28 Jun 2021 06:50:12 +0000</pubDate>
				<category><![CDATA[Linux Commandline Tools]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[awk command examples]]></category>
		<category><![CDATA[Commandline Tools]]></category>
		<category><![CDATA[grep command examples]]></category>
		<category><![CDATA[sed command examples]]></category>
		<category><![CDATA[wc command examples]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1891</guid>

					<description><![CDATA[<p>On Linux, you can do a single task in several ways. Likewise, if you want to count the number of lines in single or multiple</p>
The post <a href="https://www.ubuntumint.com/count-number-of-lines-in-file-linux/">5 Ways to Count the Number of Lines in a File</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/count-number-of-lines-in-file-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Find Files Containing Specific Text String in Linux</title>
		<link>https://www.ubuntumint.com/find-specific-string-text-in-files/</link>
					<comments>https://www.ubuntumint.com/find-specific-string-text-in-files/#respond</comments>
		
		<dc:creator><![CDATA[Sarvottam]]></dc:creator>
		<pubDate>Mon, 21 Jun 2021 08:26:21 +0000</pubDate>
				<category><![CDATA[Linux Commandline Tools]]></category>
		<category><![CDATA[grep command examples]]></category>
		<category><![CDATA[Linux Tips & Tricks]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1784</guid>

					<description><![CDATA[<p>Almost all file managers for Linux like Nemo and Thunar by default provide an option to search for files. But if you want to search</p>
The post <a href="https://www.ubuntumint.com/find-specific-string-text-in-files/">How to Find Files Containing Specific Text String in Linux</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/find-specific-string-text-in-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Extract Email Addresses from Text File in Linux</title>
		<link>https://www.ubuntumint.com/extract-email-addresses-from-text-file/</link>
					<comments>https://www.ubuntumint.com/extract-email-addresses-from-text-file/#comments</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 16 Jan 2021 04:50:31 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Shell Tips]]></category>
		<category><![CDATA[grep command examples]]></category>
		<category><![CDATA[Linux Tips & Tricks]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=470</guid>

					<description><![CDATA[<p>Text files contain a continuous stream of characters in no predefined format whatsoever. While some file formats have developed on top of text files (Eg.</p>
The post <a href="https://www.ubuntumint.com/extract-email-addresses-from-text-file/">How to Extract Email Addresses from Text File in Linux</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/extract-email-addresses-from-text-file/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
