<?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/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>Linux Commands &#8211; DevOps Lite</title>
	<atom:link href="https://devopslite.com/linux/linux-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://devopslite.com</link>
	<description>DevOps Howtos, Tutorials &#38; Guides</description>
	<lastBuildDate>Tue, 09 Apr 2024 07:42:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://devopslite.com/wp-content/uploads/2024/02/favicon.ico</url>
	<title>Linux Commands &#8211; DevOps Lite</title>
	<link>https://devopslite.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Meaning of tilde expansion in Linux</title>
		<link>https://devopslite.com/meaning-of-tilde-expansion-in-linux/</link>
					<comments>https://devopslite.com/meaning-of-tilde-expansion-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 18 Mar 2019 01:50:16 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[expansion]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=639</guid>

					<description><![CDATA[<p>This article we will learn about the tilde expansion in Linux. There will be many times, you will encounter many examples using tilde in Linux commands. So what is tilde&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/meaning-of-tilde-expansion-in-linux/">Meaning of tilde expansion in Linux</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/meaning-of-tilde-expansion-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 7 - Seeing the world as the Shell sees it]]></series:name>
	</item>
		<item>
		<title>Example about pathname expansion in Linux</title>
		<link>https://devopslite.com/example-about-pathname-expansion-in-linux/</link>
					<comments>https://devopslite.com/example-about-pathname-expansion-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 02:32:36 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[expansion]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=618</guid>

					<description><![CDATA[<p>Working mechanism of wildcard characters, we call it pathname expansion. So how does the this expansion in Linux work? Example of pathname expansion Let&#8217;s try a simple example with the&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/example-about-pathname-expansion-in-linux/">Example about pathname expansion in Linux</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/example-about-pathname-expansion-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 7 - Seeing the world as the Shell sees it]]></series:name>
	</item>
		<item>
		<title>What is the expansion in Linux?</title>
		<link>https://devopslite.com/what-is-the-expansion-in-linux/</link>
					<comments>https://devopslite.com/what-is-the-expansion-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 10:29:36 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[expansion]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=615</guid>

					<description><![CDATA[<p>In this article, what will we learn about expansion in Linux? What does it do when we type the command on the terminal? Throughout this series, we only use a&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/what-is-the-expansion-in-linux/">What is the expansion in Linux?</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/what-is-the-expansion-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 7 - Seeing the world as the Shell sees it]]></series:name>
	</item>
		<item>
		<title>Use tee to read from stdin and output to stdout and files</title>
		<link>https://devopslite.com/use-tee-to-read-from-stdin-and-output-to-stdout-and-files/</link>
					<comments>https://devopslite.com/use-tee-to-read-from-stdin-and-output-to-stdout-and-files/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Sat, 23 Feb 2019 02:10:35 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[tee]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=612</guid>

					<description><![CDATA[<p>How to use tee to read from stdin and output to stdout and files? This article, I will introduce you to the tee command. If you forget what stdin and&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-tee-to-read-from-stdin-and-output-to-stdout-and-files/">Use tee to read from stdin and output to stdout and files</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-tee-to-read-from-stdin-and-output-to-stdout-and-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
		<item>
		<title>Use tail command to print last part of files</title>
		<link>https://devopslite.com/use-tail-command-to-print-last-part-of-files/</link>
					<comments>https://devopslite.com/use-tail-command-to-print-last-part-of-files/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 22 Feb 2019 04:24:01 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=609</guid>

					<description><![CDATA[<p>In this article, we will learn about tail commands. We use tail command to print last part of files. In the previous article, you read about the head command. That&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-tail-command-to-print-last-part-of-files/">Use tail command to print last part of files</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-tail-command-to-print-last-part-of-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
		<item>
		<title>Use head command to print first part of files</title>
		<link>https://devopslite.com/use-head-command-to-print-first-part-of-files/</link>
					<comments>https://devopslite.com/use-head-command-to-print-first-part-of-files/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 22 Feb 2019 02:49:33 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[head command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=608</guid>

					<description><![CDATA[<p>In this article, I will introduce you to the head command. We use head command to print first part of files. Sometimes, you don&#8217;t want to display the entire contents&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-head-command-to-print-first-part-of-files/">Use head command to print first part of files</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-head-command-to-print-first-part-of-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
		<item>
		<title>Use grep to print lines match a pattern</title>
		<link>https://devopslite.com/use-grep-to-print-lines-match-a-pattern/</link>
					<comments>https://devopslite.com/use-grep-to-print-lines-match-a-pattern/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Thu, 21 Feb 2019 04:37:28 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=605</guid>

					<description><![CDATA[<p>This article will guide you to the grep command. How to use grep to print lines match a pattern. The grep command is an extremely powerful command in Linux, especially&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-grep-to-print-lines-match-a-pattern/">Use grep to print lines match a pattern</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-grep-to-print-lines-match-a-pattern/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
		<item>
		<title>Use wc command to count number lines</title>
		<link>https://devopslite.com/use-wc-command-to-count-number-lines/</link>
					<comments>https://devopslite.com/use-wc-command-to-count-number-lines/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 18 Feb 2019 04:55:44 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[wc]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=600</guid>

					<description><![CDATA[<p>This article will introduce wc command. You can use wc command to count the number of lines, words and bytes in the file. Wc command syntax There are 2 ways&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-wc-command-to-count-number-lines/">Use wc command to count number lines</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-wc-command-to-count-number-lines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
		<item>
		<title>Use uniq command to delete duplicate lines</title>
		<link>https://devopslite.com/use-uniq-command-to-delete-duplicate-lines/</link>
					<comments>https://devopslite.com/use-uniq-command-to-delete-duplicate-lines/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 18 Feb 2019 03:56:31 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[uniq]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[pipeline]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=597</guid>

					<description><![CDATA[<p>In this article, we will talk about using the uniq command to delete duplicate lines. This is one of the commands that is also used quite a lot while working&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-uniq-command-to-delete-duplicate-lines/">Use uniq command to delete duplicate lines</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-uniq-command-to-delete-duplicate-lines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
		<item>
		<title>Use sort command to sort pipeline data</title>
		<link>https://devopslite.com/use-sort-command-to-sort-pipeline-data/</link>
					<comments>https://devopslite.com/use-sort-command-to-sort-pipeline-data/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 15 Feb 2019 02:49:58 +0000</pubDate>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[sort command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[command]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=594</guid>

					<description><![CDATA[<p>This article will talk about sort command, how to use sort command to sort pipeline data? In the pipeline article, you already know the power when combining commands into a&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/use-sort-command-to-sort-pipeline-data/">Use sort command to sort pipeline data</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/use-sort-command-to-sort-pipeline-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Linux commands: Part 6 - Redirection]]></series:name>
	</item>
	</channel>
</rss>
