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

Using bash variables

Using Variables in Bash Scripting

November 26, 2023August 7, 2023 by Susmit Das Gupta

The variable is one of the integrated parts of the Bash scripting. It eases the primary purpose of a Bash …

Read more

Feature image-Bash string variables

String Variables in Bash [Manipulation, Interpolation & Testing]

January 17, 2024August 6, 2023 by Nadiba Rahman

String variables perform an exclusive role in Bash scripting. So, whether you are a beginner or an experienced Linux user, …

Read more

Feature image-'.bashrc' environment variables

The “.bashrc” Environment Variables [4 Cases]

January 22, 2024August 6, 2023 by Nadiba Rahman

The “.bashrc” environment variables, an essential feature of Bash let users customize the command-line environment of their system by changing …

Read more

Feature image-Bash built-in variables

What Are Built-in Variables in Bash? [2 Cases With Examples]

November 26, 2023August 6, 2023 by Nadiba Rahman

Built-in variables undeniably play an integral part in the field of interactive Bash scripting. These variables provide critical information about …

Read more

bash set $variable

How to Use “Set – $Variable” in Bash Scripts? [2 Examples]

January 4, 2024August 6, 2023 by Mohammad Shah Miran

In Bash, the set command modifies shell options and parameters. When you use the set command followed by a hyphen …

Read more

Feature image-Bash variable types

Types of Variables in Bash

December 3, 2023August 6, 2023 by Nadiba Rahman

As Bash is a dynamically typed shell, it understands many different types of variables. So, you don’t have to bother …

Read more

How to get date in Bash

How to Get Date in Bash [2 Methods with Examples]

December 6, 2023August 3, 2023 by Md Zahidul Islam Laku

The date command in Bash scripting is widely used to retrieve and manipulate dates and times. It offers various formats …

Read more

How to print time in Bash

How to Print Time in Bash? [2 Quick Methods]

April 18, 2024August 3, 2023 by Md Zahidul Islam Laku

To print the current time in Bash, use the command: echo $(date +%T) Printing current time is useful for logging …

Read more

How to call another script in Bash

How to Call Another Script in Bash [2 Methods]

January 14, 2024August 3, 2023 by Md Zahidul Islam Laku

Calling another script within a Bash script is an important task. Once you call another script, the execution of the …

Read more

Date format in Bash

How to Use Date Format in Bash [5 Examples]

January 18, 2024August 3, 2023 by Md Zahidul Islam Laku

The date command in Bash offers multiple different formats for printing dates in different ways. This article provides you with …

Read more

Copy paste in Bash

How to Copy and Paste in Bash [2 Methods with Cases]

April 28, 2024August 3, 2023 by Md Zahidul Islam Laku

In Bash, copy and paste typically refers to operations involving text or files within the command line interface or the …

Read more

Bash list users

How to List Users in Bash [2 Easy Ways]

December 31, 2023August 3, 2023 by Md Zahidul Islam Laku

To list users in Bash utilize the /etc/passwd file. This file contains a lot of information about the users. You …

Read more

bash default value

How to Use Default Value in Bash Scripts? [2 Methods]

April 28, 2024August 3, 2023 by Mohammad Shah Miran

In Bash scripting, handling variables and ensuring they have appropriate values is crucial for writing effective and reliable scripts. One …

Read more

bash check variable value

How to Check Variable Value Using Bash Scripts? [5 Cases]

January 4, 2024August 2, 2023 by Mohammad Shah Miran

In Bash scripts, inspecting and assessing variables’ value is a fundamental skill that empowers developers to write more sophisticated and …

Read more

Feature image-Bash multiple-line comments

Multiple Line Comments in Bash [With Shortcut Keys]

January 16, 2024August 2, 2023 by Nadiba Rahman

Commenting in Bash is a practice of including important notes or brief clarifications in a script that are overlooked by …

Read more

Feature image-single-line comments in Bash

What Are Single-line Comments in Bash? [2 Cases With Examples]

December 13, 2023August 2, 2023 by Nadiba Rahman

Single-line comments in a Bash script are the important annotation that makes the script more readable. You can use a …

Read more

Feature image- Bash the hash

Bash the Hash! – a Symbolic Feature of Bash Comment

January 16, 2024August 2, 2023 by Nadiba Rahman

Hashing is the main piece of the solution in a Bash-coded puzzle. The hash (#) symbol put on the initial …

Read more

Feature image-Bash block comment

How to Use Block Comment in Bash? [2 Cases]

December 13, 2023August 2, 2023 by Nadiba Rahman

It’s so obvious to comment out some specific parts of code while writing a Bash script. No doubt that single-line …

Read more

Feature image-The art of commenting

The Art of Commenting in Bash

January 17, 2024August 2, 2023 by Nadiba Rahman

Why do commenting when it’s not a part of script execution? -such kind of question may cross your mind, right? …

Read more

assign variable in bash script

How to Assign Variable in Bash Script? [8 Practical Cases]

January 4, 2024August 2, 2023 by Mohammad Shah Miran

Variables allow you to store and manipulate data within your script, making it easier to organize and access information. In …

Read more

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