Filtering files and folders in Linux using find and grep

How to Filter files and folders in the Linux command line? In this article, you will be learning about how to filter the Linux files and folders using piping, pattern, matching, find, grep, etc Let’s get started. The grep utility searches any given input files, selecting lines that match one …

Managing the Files and Folders in Linux (PART I)

How to manage files and folders in Linux from the terminal? In this article, you will learn about “Managing the Files and Folders in Linux” with Hands-on scenarios. Let’s get started. The touch command in Linux is used to change file access and modification times. You can get the complete …