grep exactmatch – POFTUT

Python Glob() Function To Match Path, Directory, File Names with Examples

Python Glob() Function To Match Path, Directory, File Names with Examples

glob is a general term used to define techniques to match specified patterns according to rules related to Unix shell. Linux and Unix systems and shells also support glob and also provide function glob() in system libraries. In this tutorial, we will look glob() function usage in Python programming language. Import Glob Module In order to use glob() and … Read more

Introduction to Linux Grep Command With Examples

grep is a tool for filtering text in Linux systems. We can get a specific text or look for a pattern. grep is a tool used daily operation by Linux administrators. We will look at simple usage types in this tutorial. Grep can be used to find a word inside a folder. Grep name came … Read more