Skip to content
LinuxSimply
  • Courses
  • Tutorials
    • Glossary
    • Commands
    • Linux Basics
    • Bash Scripting
    • Ubuntu
    • Networking
    • Bash Programming
    • Linux Applications
    • Miscellaneous
  • Cheat Sheets
  • Forum
  • About
A complete guide of Linux operating system

What is Linux? [A Comprehensive Insight]

November 20, 2023October 25, 2023 by Afia Zahin Oishi

One needs to understand what Linux is if one wishes to become acquainted with Linux distributions. The beginner ought to …

Read more

array length in bash feature image

How to Get the Length of an Array in Bash? [Complete Guide]

April 30, 2024October 23, 2023 by Md Masrur Ul Alam

You can use the following methods to determine the length of an array in Bash: Using Length Expression ${#array[@]}: echo …

Read more

How to install Ubuntu on VirtualBox manually and using unattended installation. Open Ubuntu in full screen using VirtualBox Guest Additions tool.

How to Install Ubuntu on VirtualBox [2 Methods]

December 6, 2023October 23, 2023 by Ridoy Chandra Shil

VirtualBox is the world’s most popular open-source virtualization software. It allows you to create and run different virtual machines in …

Read more

How to install kali linux

How to Install Kali Linux [Step by Step]

January 8, 2024October 22, 2023 by Ashikur Rahman

Kali Linux is a distribution of Linux operating systems specially designed for cybersecurity tasks such as penetration testing, ethical hacking, …

Read more

explaining about how to check input argument exists in bash

How to Check If An Input Argument Exists in Bash [4 Methods]

December 31, 2023October 22, 2023 by Mitu Akter Mou

When writing a bash script, it is a common task to check the input argument in bash to handle the …

Read more

bash not operator

Usages of “NOT (!)” Operator in Bash Scripting [4 Examples]

December 31, 2023October 18, 2023 by Mohammad Shah Miran

The “!“ (NOT) operator in Bash scripting is a logical operator used to invert the exit status of a command. …

Read more

explaining how to check if a variable exists in bash

Check If a Variable Exists in Bash Using If Statement

January 23, 2024October 17, 2023 by Mitu Akter Mou

In Bash, the “if else” statement is used to control the flow of execution of the bash script statements. Within …

Read more

Install ubuntu Linux

How to Install Ubuntu [Step by Step]

January 8, 2024October 17, 2023 by Ashikur Rahman

Ubuntu is a popular open-source Linux distribution based on Debian. It is very well known for its user-friendliness, community support, …

Read more

Analysis the introduction to Linux in details

Introduction to Linux Operating System

December 24, 2023October 17, 2023 by Afia Zahin Oishi

Linux is a free, Unix-like operating system kernel that serves as the foundation for a wide variety of operating systems …

Read more

bash declare array

Declare Array in Bash [Create, Initialize]

January 5, 2024October 16, 2023 by Md Masrur Ul Alam

Bash, a widely popular and powerful shell in the world of Linux, offers diversified ways to ensure efficient data management …

Read more

Linux Single OS installation

Linux OS Single Installation

January 8, 2024October 16, 2023 by Ashikur Rahman

In a Single OS Installation, you install a single operating system on your computer, and this OS is the only …

Read more

or in bash

Usage of “OR” Operator in Bash Scripting [2 Cases]

December 13, 2023October 16, 2023 by Mohammad Shah Miran

Bash includes a range of logical operators that help to set multiple conditions within a bash script. Among these, the …

Read more

history expansion in Bash

An Exhaustive Guide to Bash History Expansion

January 23, 2024October 16, 2023 by Md Zahidul Islam Laku

History expansion is a way to recall, modify and execute commands in the history list. Bash shell can remember a …

Read more

Feature image-Bash global variable.png

A Total Guide on Global Variable in Bash [3 Examples]

October 15, 2023October 15, 2023 by Nadiba Rahman

In Bash, every variable is global by default which means you can access it throughout the entire script. These global …

Read more

explaining about how to check string contents in bash

Check If a String Contains Substring, Number & Letter in Bash

April 3, 2024October 15, 2023 by Mitu Akter Mou

Bash refers to the Bourne-again-shell, a popular script used in Unix-like operating systems such as Ubuntu. In bash, a string …

Read more

explaining the function of if $? in bash

What is “$?” in the Bash if Statement? [8 Examples]

April 18, 2024October 15, 2023 by Mitu Akter Mou

The $? is a special variable that holds the exit status of the last executed command in Bash. After executing …

Read more

bash and operator

Usage of Logical “AND (&&)” Operator in Bash Scripting

December 31, 2023October 15, 2023 by Mohammad Shah Miran

In some cases, you may need to combine several expressions to create conditions for the if and else sections of …

Read more

Pipe output to file in Linux

How to Pipe Output to File in Linux [4 Ways]

February 11, 2024October 12, 2023 by Ashikur Rahman

Redirecting the output of a command to a file through a pipe is a fundamental concept in command-line environments, like …

Read more

bash multiply variable

How to Multiply Variable in Bash [6+ Practical Examples]

January 1, 2024October 11, 2023 by Susmit Das Gupta

To multiply variable in Bash, you can follow these steps: Firstly, initialize two variables. After that, multiply the two variables …

Read more

Read from pipe in bash

How to Read From Pipe in Bash [5 Cases]

February 11, 2024October 11, 2023 by Ashikur Rahman

Reading input interactively from the commands pipe is a common task in Bash scripting. In the case of collecting user …

Read more

Older posts
Newer posts
← Previous Page1 … Page17 Page18 Page19 … 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.