Skip to content
LinuxSimply
  • Courses
  • Tutorials
    • Glossary
    • Commands
    • Linux Basics
    • Bash Scripting
    • Ubuntu
    • Networking
    • Bash Programming
    • Linux Applications
    • Miscellaneous
  • Cheat Sheets
  • Forum
  • About
Bash One Line “while” Loop

How to Use Bash One Line “while” Loop [8 Examples]

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

In Bash, a one-line while loop is a loop construct that fits into a single line of code. When comes …

Read more

bash array of strings with spaces feature image

Master Bash Array of Strings with Spaces [Complete Guide]

March 17, 2024February 5, 2024 by Md Masrur Ul Alam

You can use the following syntax to work with a Bash array of strings with spaces: To declare the array: …

Read more

call bash function

How to Call a Function in Bash [7 Cases]

April 3, 2024February 4, 2024 by Md Zahidul Islam Laku

Calling Bash functions is as simple as invoking a Bash command. To call an already-declared Bash function, use the function …

Read more

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

install kali linux on mac

How to Install Kali Linux on Mac [Dual Boot]

February 11, 2024February 4, 2024 by Ashikur Rahman

Installing Kali Linux on a Mac is a strategic move for cybersecurity enthusiasts and penetration testers aiming to harness the …

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

install linux mint on mac dual boot

Install Linux Mint on Mac [Dual Boot]

February 11, 2024January 31, 2024 by Ashikur Rahman

Installing Linux Mint on a Mac is a compelling venture for users seeking a seamless blend of macOS aesthetics and …

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

Older posts
Newer posts
← Previous Page1 … Page8 Page9 Page10 … Page45 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.