<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Module 3 on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/</link><description>Recent content in Module 3 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><atom:link href="http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/index.xml" rel="self" type="application/rss+xml"/><item><title>Cron Jobs</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/004-cron-jobs/</link><pubDate>Thu, 03 Jul 2025 14:46:13 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/004-cron-jobs/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores the cron utility in Linux and Unix-like systems for automating recurring tasks. It covers the relationships between cron, crond daemon, and crontab files, explains the crontab syntax with practical examples, and demonstrates how to schedule, view, and remove jobs for system maintenance, data processing, and other routine operations.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-cron-job-scheduling"&gt;Introduction to Cron Job Scheduling&lt;/h2&gt;
&lt;p&gt;Cron is a time-based job scheduler in Unix-like operating systems that enables users to schedule commands or scripts to run automatically at specified times or intervals. It is particularly useful for system administrators, data engineers, and developers who need to automate routine tasks.&lt;/p&gt;</description></item><item><title>Bash Useful Features</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/003-bash-useful-features/</link><pubDate>Thu, 03 Jul 2025 14:30:36 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/003-bash-useful-features/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential features of the Bash shell that enhance command-line productivity and scripting capabilities. It covers metacharacters for pattern matching and command separation, quoting mechanisms for character interpretation, I/O redirection techniques, command substitution methods, command-line argument handling, and different execution modes for sequential and parallel processing.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="bash-shell-scripting-features"&gt;Bash Shell Scripting Features&lt;/h2&gt;
&lt;p&gt;The Bash shell provides numerous powerful features that facilitate efficient command-line operations and script development. Understanding these features is essential for effective Linux system administration and automation.&lt;/p&gt;</description></item><item><title>Filter Pipes Variables</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/002-filter-pipes-variables/</link><pubDate>Thu, 03 Jul 2025 14:21:50 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/002-filter-pipes-variables/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores Linux filter commands and how they transform input data into output data. It explains how to chain multiple commands using pipes to create powerful command sequences. Additionally, it covers both shell variables and environment variables, including their scope, creation, usage, and management techniques.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="filters-and-pipes-in-linux"&gt;Filters and Pipes in Linux&lt;/h2&gt;
&lt;p&gt;Filters are shell commands or programs that take input from standard input (usually the keyboard) and send their output to standard output (usually the terminal). They function as transformers that convert input data into a different form of output data.&lt;/p&gt;</description></item><item><title>Shell Scripting Basic</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/001-shell-scripting-basic/</link><pubDate>Thu, 03 Jul 2025 13:31:39 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/03-introduction-to-linux/03-module/001-shell-scripting-basic/</guid><description>&lt;p class="lead text-primary"&gt;
This document introduces the fundamentals of shell scripting in Linux environments. It explains what scripts are, how they are executed, and the importance of the shebang directive. Through a step-by-step example of creating a simple "Hello World" script, readers will learn the basic workflow of writing, making executable, and running shell scripts, providing a foundation for automating tasks and developing more complex scripts.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="understanding-scripts"&gt;Understanding Scripts&lt;/h2&gt;
&lt;p&gt;A script is a text file containing a sequence of commands that can be interpreted and executed by a specific program or scripting language. Scripts serve as a powerful way to automate tasks in Linux environments.&lt;/p&gt;</description></item></channel></rss>