Skip to content
LinuxSimply
  • Courses
  • Tutorials
    • Glossary
    • Commands
    • Linux Basics
    • Bash Scripting
    • Ubuntu
    • Networking
    • Bash Programming
    • Linux Applications
    • Miscellaneous
  • Cheat Sheets
  • Forum
  • About

Bash Scripting

In Bash scripting, how to parallelly execute multiple task using the "for" loop for efficient task handling and resource management.

How to Use Bash Parallel “for” Loop [7 Examples]

March 17, 2024February 4, 2024 by Ridoy Chandra Shil

Bash scripting introduces many powerful tools for automation, among which the “for” loop stands as a cornerstone for iterative tasks. …

Read more

bash pipe to two commands

Send Pipe Output to Two Commands in Bash [3 Methods]

March 12, 2024February 4, 2024 by Monira Akter Munny

In Bash, you can send the output of a command through a pipe (‘|’) to another command for further processing. …

Read more

Bash continue loop.

How to Use Bash Continue with “for” Loop [9 Examples]

March 17, 2024February 4, 2024 by Susmit Das Gupta

In Bash scripting, the loop iterates over a list. To skip any specific iteration entity, use the continue statement. The …

Read more

Feature image-Check if a process is running in Bash

Check If a Process is Running in Bash [6 Methods]

March 21, 2024February 4, 2024 by Nadiba Rahman

The term ‘running process’ describes a program that is currently running in the system’s memory. Whether you are a beginner …

Read more

Feature image-Bash process and signal handling

Bash Process and Signal Handling

March 21, 2024February 4, 2024 by Nadiba Rahman

Process and signal handling in Bash refers to the management of running programs or processes and the handling of software …

Read more

Exit “while” loop using “break” statement

Exit “while” Loop Using “break” Statement in Bash [11 Examples]

March 31, 2024February 1, 2024 by Mitu Akter Mou

When you are working with bash loops and wish to exit from the loop before finishing it, you can do …

Read more

string to array feature image

How to Convert String into Array in Bash [8 Methods]

April 16, 2024February 1, 2024 by Md Masrur Ul Alam

You can use the following methods to convert a string into array in Bash: Using parenthesis (): array=($string) Using read …

Read more

An overview of converting bash string to lowercase

How to Convert Bash String to Lowercase? [7 Methods]

March 31, 2024February 1, 2024 by Afia Zahin Oishi

In Bash scripting, case conversion is important for case-sensitive comparison, pattern matching, and file and directory operations. So for an …

Read more

Check if string starts with some value.

Check If Bash String Starts with Some Value [4 Methods]

April 1, 2024February 1, 2024 by Auhona Islam

While working with Bash scripts, sometimes you may need to check if a string starts with a specific value, character, …

Read more

bash function variable

Variables in Bash Function [Easy Reference]

April 3, 2024January 31, 2024 by Md Zahidul Islam Laku

Variables defined within a Bash function may have different scopes. A variable declared in a function can only be available …

Read more

bash shellcheck

How to Debug Bash Script with “ShellCheck” Command?

February 11, 2024January 31, 2024 by Mohammad Shah Miran

While writing a bash script, you might run into a bug or a syntax error every now and then. To …

Read more

In Bash scripting, How to use the "for" loop in conjunction with the "seq" command to dynamacilly generate sequence and iterate over that.

How to Use Bash “for” Loop with “seq” Command [10 Examples]

March 17, 2024January 31, 2024 by Ridoy Chandra Shil

Within the realm of Bash scripting, combining the “for” loop with the “seq” command unlocks robust automation and streamlined numerical …

Read more

An overview on bash string manipulation

String Manipulation in Bash

March 31, 2024January 31, 2024 by Afia Zahin Oishi

In bash scripting, string manipulation is a process of performing several operations to use and modify the value of a …

Read more

bash array slice feature image

How to Slice an Array in Bash [10 Simple Methods]

March 17, 2024January 30, 2024 by Md Masrur Ul Alam

You can use the following methods to slice an array in Bash: Slice from a start index to a given …

Read more

Bash check if strings are equal.

Check If A String Equals to Another String in Bash [5 Methods]

April 1, 2024January 30, 2024 by Auhona Islam

To check if a string is equal to another string,  Bash uses comparison operators like double equals operator (==), equal …

Read more

How to Debug Bash Script with “set” Command? [3 Cases]

February 11, 2024January 30, 2024 by Mohammad Shah Miran

The set command in bash is one of the most powerful tools in bash. It has many functionalities such as …

Read more

Bash infinite loop one line.

One Line Infinite “while” Loop in Bash [4 Examples]

March 31, 2024January 30, 2024 by Susmit Das Gupta

An infinite loop executes a set of commands repeatedly for an endless time. The while loop consists of a block …

Read more

Learn to Compare Dates in Bash [4 Examples]

May 9, 2024January 30, 2024 by Nadiba Rahman

Comparing dates in Bash implies the process of converting dates into a common and standard format (usually in Unix timestamps) …

Read more

increment number using while loop in bash

How to Increment Number Using Bash “while” Loop [8 Methods]

March 31, 2024January 30, 2024 by Mitu Akter Mou

Incrementing and decrementing numbers is one of the most common arithmetic operations in bash scripting, crucial for creating dynamic and …

Read more

create a Bash function

How to Define a Function in Bash [2 Methods]

April 3, 2024January 29, 2024 by Md Zahidul Islam Laku

A function in Bash is a collection of commands, necessary loops or control statements that are grouped together for a …

Read more

Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page20 Next →
linuxsimply white logo
LinuxSimply serves as an informational
repository about the Linux operating system.

Get In Touch!

Company

  • About Us
  • Contact Us
  • Career
  • All Contributors

Services

  • Pricing
  • System Administration
  • Server Management
  • Bash Automation
card

Resources

  • Courses
  • Help Forum
  • Cheat Sheets
  • Free Downloads
trustpilot logo

Legal Corner

  • Disclaimer
  • Privacy Policy
  • Editorial Policy
  • Terms & Conditions
dmca
LinuxSimply is owned by , an IT & Digital Media Company.

Copyright © 2024 LinuxSimply | All Rights Reserved.