Skip to Content
Abhilash Mhaisne

Abhilash Mhaisne

61 posts

Posts by Abhilash Mhaisne

How to Create and Add Cron Jobs in Linux

How to Create and Add Cron Jobs in Linux

Automating routine tasks in Linux can save time and reduce the risk of human error. The cron utility provides a straightforward way to schedule commands or scripts to run at specific times or intervals. This guide will walk you through creating and managing cron jobs, enabling you to automate tasks

Bash 'While' Loop: Tutorial and Examples

Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux distributions. Like most scripting languages, Bash provides loop syntaxes to repeat similar task multiple times. In this article we will learn how to use the

How to Save a File in Vim or Vi and Quit the Editor on Linux

How to Save a File in Vim or Vi and Quit the Editor on Linux

Vim is a widely used text editor in the Linux environment, favored by developers and power users for its efficiency and powerful command-line capabilities. Effectively navigating vim's modes can significantly enhance your productivity when editing files. This guide details how to save a file and exit the vim

Bash 'Until' Loop: Tutorial and Examples

Bash 'Until' Loop: Tutorial and Examples

Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux distributions. Like most scripting languages, Bash provides loop syntaxes to repeat similar tasks multiple times. In this article, we will learn how to use the

Bash 'For' Loop: Tutorial and Examples

Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux distributions. Like most scripting languages, Bash provides loop syntaxes to repeat similar tasks multiple times. In this article, we will learn how to use the

How to Find and Replace Text in Vim on Linux

How to Find and Replace Text in Vim on Linux

Vim is a widely-used text editor in the Linux environment, renowned for its efficiency and powerful command-line capabilities. Mastering Vim's search and replace functions can significantly enhance your productivity when editing files directly from the terminal. In this guide, we'll explore how to find and replace