Using Find Command to Search for Files and Directories in Linux
Welcome to our guide on using find command to search for files and directories in Linux. find is a command-line utility that searches one or more
Welcome to our guide on using find command to search for files and directories in Linux. find is a command-line utility that searches one or more
This simple tutorial will show you how to get byte count in a file in Linux. Byte is a unit of digital information that most
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
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
This tutorial will take you through how to install Sysdig system visibility tool on Ubuntu 22.04. Sysdig is a simple visibility tool that provides deep
Want to upgrade a single package on CentOS/Fedora systems? Worry not, because, CentOS/Fedora or any other RHEL based distribution provides a way to upgrade a
Linux is an open-source operating system that has gained significant popularity in recent years. With its versatility, security, and ability to run on a wide
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
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
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