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

Md Zahidul Islam LakuMd Zahidul Islam Laku

Hey, I'm Zahidul Islam Laku currently working as a Linux Content Developer Executive at SOFTEKO. I completed my graduation from Bangladesh University of Engineering and Technology (BUET). I write articles on a variety of tech topics including Linux. Learning and writing on Linux is nothing but fun as it gives me more power on my machine. What can be more efficient than interacting with the Operating System without Graphical User Interface! Read Full Bio
output to file

How to Write the Output to a File in Bash Script [5 Practical Cases]

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

Sometimes, it’s important to save a command’s output in a separate file. Moreover, an error may occur while executing a …

Read more

Write to file using Bash script

3 Easy Ways to Write to a File in Bash Script

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

Writing to a file is important to store info for further analysis. Using Bash script one can easily write command …

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

How to send email in Bash

How to Send Email in Bash? [2 Methods]

April 22, 2024August 1, 2023 by Md Zahidul Islam Laku

To send email in Bash, first, you need to generate app-specific password and set up an SMTP server on your …

Read more

How to clear history in Bash

How to Clear History in Bash [2 Practical Cases]

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

Bash Keeps a log of every command you entered in the terminal. This history file is super useful for recalling …

Read more

bash script to send email with attachment

Bash Script to Send Email With Attachment [Step-by-Step Guide]

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

There are multiple ways of sending emails with attachments. Here I am showing you how you can send emails by …

Read more

How to get IP address in Bash

How to Get IP Address in Bash [3 Methods]

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

IP address is crucial for configuring network settings on a device. A user may need the IP address in setting …

Read more

Bash-Scripting-Examples

Bash Script Examples

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

Bash script is a plain text files with the “.sh” extension. It can be executed by invoking the Bash interpreter. …

Read more

How to Set Command Output to Variable in Bash

How to Set Command Output to Variable in Bash [2 Methods]

May 4, 2024June 20, 2023 by Md Zahidul Islam Laku

In Bash scripting, storing the output of a command is a fundamental task. The task includes command substitution and variable …

Read more

echo Bash command

What is “echo” Command in Bash [With 3 Practical Examples]

April 17, 2024June 20, 2023 by Md Zahidul Islam Laku

The echo is a shell built-in command in Bash used to display text or variables on the terminal. It is …

Read more

Waiting for user input in Bash

How to Wait for User Input in Bash [With 4 Practical Examples]

February 25, 2024June 11, 2023 by Md Zahidul Islam Laku

In Bash, the read command is commonly used for taking user input. Interestingly, it allows the scriptwriter to take pause …

Read more

Sublime Text cheat sheet

Sublime Text Cheat Sheet [Free PDF Download]

January 2, 2024June 4, 2023 by Md Zahidul Islam Laku

Sublime Text is a popular text editor that provides a range of features to enhance the coding and text editing …

Read more

Bash scripting cheat sheet

Bash Scripting Cheat Sheet [Free PDF Download]

April 29, 2024May 21, 2023 by Md Zahidul Islam Laku

Bash (Bourne Again SHell) is a powerful and widely used language. It provides plenty of features and tools to automate …

Read more

Terminator Cheat Sheet

Terminator Cheat Sheet [Free PDF Download]

January 2, 2024May 16, 2023 by Md Zahidul Islam Laku

Terminator is a popular terminal emulator for Linux that allows user to run multiple terminal sessions in a single window. …

Read more

Oracle Linux Cheat Sheet

Oracle Linux Commands Cheat Sheet [Free PDF Download]

December 11, 2023May 15, 2023 by Md Zahidul Islam Laku

Oracle Linux is a Linux kernel-based operating system created by Oracle Corporation. It is popular for its excellent performance and …

Read more

Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 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.