Skip to content
Bash Scripting Archives - Like Geeks

  • Home
  • Linux
    • Linux Commands
    • Bash Scripting
  • Server Administration
  • Web Development
  • Python
    • NumPy
    • Pandas
    • Seaborn

Bash Scripting

How to write practical shell scripts
Bash Scripting

How to write practical shell scripts

Mokhtar Ebrahim February 28, 2023

In the last post, we talked about regular expressions, and we saw how to use them in sed and awk for…

Regex tutorial for Linux (Sed & AWK) examples
Bash Scripting

Regex tutorial for Linux (Sed & AWK) examples

Mokhtar Ebrahim February 28, 2023

To successfully work with the Linux sed editor and the awk command in your shell scripts, you have to understand…

30 Examples for Awk Command in Text Processing
Bash Scripting

30 Examples for Awk Command in Text Processing

Mokhtar Ebrahim February 28, 2023

In the previous post, we talked about sed command and we saw many examples of using it in text processing…

31+ Examples for sed Linux Command in Text Manipulation
Bash Scripting

31+ Examples for sed Linux Command in Text Manipulation

Mokhtar Ebrahim February 28, 2023

In the previous post, we talked about bash functions and how to use them from the command line directly, and…

Bash Scripting Part6 – Create and Use Bash Functions
Bash Scripting

Bash Scripting Part6 – Create and Use Bash Functions

Mokhtar Ebrahim February 28, 2023

Before we talk about bash functions, let’s discuss this situation. When writing bash scripts, you’ll find yourself that you are…

Linux Bash Scripting Part5 – Signals and Jobs
Bash Scripting

Linux Bash Scripting Part5 – Signals and Jobs

Mokhtar Ebrahim February 28, 2023

In the previous post, we talked about input, output, and redirection in bash scripts. Today we will learn how to…

Shell Scripting Part4 – Input, Output, and Redirection
Bash Scripting

Shell Scripting Part4 – Input, Output, and Redirection

Mokhtar Ebrahim February 28, 2023

In the previous post, we talked about the parameters and options in detail. Today, we will talk about something essential…

Linux Bash Scripting Part3 – Parameters and Options
Bash Scripting

Linux Bash Scripting Part3 – Parameters and Options

Mokhtar Ebrahim February 28, 2023

So far, you’ve seen how to write Linux bash scripts that do the job without user inputs. Today we will…

Bash Scripting Part2 – For and While Loops With Examples
Bash Scripting

Bash Scripting Part2 – For and While Loops With Examples

Mokhtar Ebrahim February 28, 2023

In the first part of this Bash Scripting tutorial, we discussed how to write a Bash script. We explored the…

Shell scripting step by step tutorial
Bash Scripting

Shell scripting step by step tutorial

Mokhtar Ebrahim February 28, 2023

In this tutorial, we are going to talk about shell scripting and how to make your first shell script. They…

Linux Environment Variables Step-By-Step Easy Guide
Bash Scripting

Linux Environment Variables Step-By-Step Easy Guide

Mokhtar Ebrahim February 28, 2023

In this tutorial, we’ll talk about Linux environment variables and how to access them, and how to create your own…

My Published Book

My Book

Latest Posts
  • Convert Pandas DataFrame to NumPy array
  • Convert NumPy array to Pandas DataFrame (15+ Scenarios)
  • 20+ Examples of filtering Pandas DataFrame
  • Seaborn lineplot (Visualize Data With Lines)
  • Python string interpolation (Make Dynamic Strings)
  • Seaborn histplot (Visualize data with histograms)
  • Seaborn barplot tutorial (Visualize your data in bars)
  • Python pytest tutorial (Test your scripts with ease)
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact