Delete Lines Matching Specific Pattern in a File using VIM
This guide will take you through how to delete lines matching specific pattern in a file using VIM. Linux system admins work with files day
This guide will take you through how to delete lines matching specific pattern in a file using VIM. Linux system admins work with files day
This guide will take you through various example usage of ps command in Linux/Unix system. ps, an acronym for Processes Status is a utility used
In this guide, we are going to learn how to delete lines matching a specific pattern in a file using SED. SED is a stream
Good day all. This guides is about installing Perf performance analysis tool on Ubuntu 18.04. Perf, also known as perf_events is a powerful performance counter
One of the most upsetting and terrible situations a user may go through is data loss. Consumers worry and are helpless due to the concern
Are you looking for a quick way to upgrade Debian 11 to Debian 12? Look no further, this guide will take you through all the
In this tutorial, we are going to learn how to install and use 7zip on Ubuntu 18.04/Ubuntu 20.04. 7zip is a free and open-source file
In this tutorial, you will learn how to create user account using useradd/adduser commands in Linux. User management is one of the most common task
In this tutorial, you will learn how to uncomment lines in a file using SED in Linux. According to man sed, “Sed is a stream
Good day folks. Today, we would like to discuss how to extract log lines of specific dates from a log file. If you are a