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

How to Sum Up Numbers in Bash [Explained With Examples]

May 4, 2024November 16, 2023 by Md Zahidul Islam Laku

Adding numbers is one of the basic math operations one needs to perform. In the Bash shell, there are a …

Read more

bash bitwise AND

How to Use Bitwise “AND” Operator in Bash Script [2 Examples]

February 25, 2024November 16, 2023 by Mohammad Shah Miran

The bitwise AND operator in bash, represented by ‘&’, performs AND operation on corresponding bits of two numbers. It results …

Read more

How to install Fedora Linux on VirtualBox with Fedora live installer ISO image using graphical user interface (GUI)

How to Install Fedora on VirtualBox [Simple Guide]

December 6, 2023November 16, 2023 by Ridoy Chandra Shil

VirtualBox is a widely used open-source virtualization software. It enables the creation and execution of various virtual machines in the …

Read more

installing arch linux on vmware

Installing Arch Linux on VMware [Easiest Guide]

December 4, 2023November 16, 2023 by Auhona Islam

Arch Linux is a distribution of Linux that is renowned for its flexibility and customizability. But its installation process can …

Read more

An analysis of the question is Linux an operating system in depth

Is Linux an Operating System?

March 28, 2024November 16, 2023 by Afia Zahin Oishi

Linux is a popular open-source Unix-like operating system. But also, Linux stands for Linux kernel and this kernel is the …

Read more

Check if an Array Contains an Element in bash

Check If Array Contains an Element in Bash [6 Methods]

February 28, 2024November 15, 2023 by Mitu Akter Mou

Bash arrays provide a powerful tool for storing multiple values in one variable. While dealing with arrays, determining whether a …

Read more

bash rm if exists

Remove Using ‘rm’ If Files Exist in Bash [6 Cases]

December 4, 2023November 15, 2023 by Susmit Das Gupta

The ‘rm’ command is a powerful tool for deleting files, but when it comes to scenarios where the file’s existence …

Read more

bash bitwise operators

Bitwise Operators in Bash Scripting

December 13, 2023November 14, 2023 by Mohammad Shah Miran

A bit is the smallest unit of data and stands for “binary digit.” It can hold either 0 or 1 …

Read more

Feature image-Check if Boolean value is true or false in Bash

How to Check a Boolean If True or False in Bash [Easy Guide]

May 9, 2024November 14, 2023 by Nadiba Rahman

Bash does not include any distinct Boolean data type, rather Boolean logic can be utilized by defining variables with integer …

Read more

bash print array

How to Print an Array in Bash? [5 Cases]

April 23, 2024November 14, 2023 by Md Masrur Ul Alam

You can use the following 5 methods to print an array in Bash: To print the entire array: ${your_array[@ or …

Read more

Arithmetic Operators in Bash

Arithmetic Operators in Bash

January 16, 2024November 13, 2023 by Md Zahidul Islam Laku

Arithmetic operators are operators that facilitate the evaluation of a desired mathematical expression. Bash shell supports a lot of arithmetic …

Read more

An detailed analysis of Linux vs Unix.

Linux vs Unix [Key Differences]

January 4, 2024November 13, 2023 by Afia Zahin Oishi

Unix is the foundation of all other operating systems. On the other hand, Linux’s core component is a kernel which …

Read more

how to Install Arch Linux on VirtualBox manually using the command line interface (CLI), using the "archinstall" command, and automatically using graphical user interface (GUI)

How to Install Arch Linux on VirtualBox [3 Methods]

December 6, 2023November 13, 2023 by Ridoy Chandra Shil

VirtualBox is a popular open-source virtualization software that allows you to create and run different virtual machines in your host …

Read more

bash ternary operator

Usage of Ternary Operator in Bash [with 2 Examples]

December 12, 2023November 13, 2023 by Mohammad Shah Miran

A ternary operator is a concise way to express a conditional (if-else) statement in Bash. It’s called “ternary” because it …

Read more

Feature image-Bash 'if' statement test.png

Bash Test Operations in ‘If’ Statement

May 9, 2024November 12, 2023 by Nadiba Rahman

Bash test operation is a prominent way to use the built-in “test” command or the equivalent operator [ ] (square …

Read more

bash set environment variables

How to List and Set Bash Environment Variables? [3 Methods]

November 13, 2023November 12, 2023 by Susmit Das Gupta

Environment variables are dynamic named values that can affect the way running processes behave. To list environment variables in Bash, …

Read more

VMware shared clipboard

VMware Shared Clipboard [Enable Copy-Paste & Folder Sharing]

January 10, 2024November 12, 2023 by Auhona Islam

VMware shared clipboard seamlessly synchronizes text and file copying between the host operating system and virtual machine. It also allows …

Read more

How to compare strings in bash

How to Compare Strings in Bash With If Statement [6 Methods]

January 10, 2024November 12, 2023 by Mitu Akter Mou

String comparison is the process of checking if a string is the same length as another string, if it’s longer …

Read more

Analyze Linux vs windows in detail.

Linux vs Windows [What’s the difference?]

January 8, 2024November 9, 2023 by Afia Zahin Oishi

Linux and Windows are two different operating systems that have some unique and different features. While choosing an operating system …

Read more

An overview on what is Linux kernel

What is Linux Kernel? [A Complete Overview]

November 20, 2023November 8, 2023 by Afia Zahin Oishi

Linux Kernel is the lowest-level software at the heart of the Linux Operating system that connects the underlying components and …

Read more

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