<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>File-Management on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/categories/file-management/</link><description>Recent content in File-Management on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Fri, 15 May 2026 13:20:20 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/categories/file-management/index.xml" rel="self" type="application/rss+xml"/><item><title>Text Files Commands</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/006-text-files-commands/</link><pubDate>Thu, 03 Jul 2025 12:49:09 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/006-text-files-commands/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores powerful Linux commands for manipulating and processing text files. It covers sorting lines with sort, removing duplicates with uniq, pattern matching with grep, extracting specific content with cut, and combining files with paste. These utilities provide a robust toolkit for text data processing, enabling efficient transformation and analysis of text-based information in Linux systems.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="sorting-text-files"&gt;Sorting Text Files&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;sort&lt;/code&gt; command is a versatile utility that arranges the lines of text files in alphanumeric order. This is particularly useful for organizing data, preparing files for further processing, and making content more readable.&lt;/p&gt;</description></item><item><title>Viewing File Contents</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/005-viewing-file-contents/</link><pubDate>Thu, 03 Jul 2025 12:41:51 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/02-module/005-viewing-file-contents/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential Linux commands for viewing and analyzing file contents. It covers displaying entire files with cat, navigating through large files with more, viewing specific portions with head and tail, and analyzing file statistics with wc. These commands provide flexible options for efficiently examining file content in various situations, from quick inspections to detailed analysis.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="displaying-full-file-contents"&gt;Displaying Full File Contents&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;cat&lt;/code&gt; command is one of the most fundamental tools for viewing file contents in Linux. It concatenates and displays file contents to standard output.&lt;/p&gt;</description></item></channel></rss>