January 2023

Find text in file linux

Introduction How many times have you wondered how to find text in a file using the linux command line? In this article you will find all the answers you are looking for! We will see how to use the grep command to search for a text within a file or directory.Don’t worry, the post will …

Find text in file linux Read More »

MySQL Delete Database

Introduction The DROP DATABASE command is a basic command of the MySQL language and is used to delete an existing database. I imagine that you have created databases and then had to delete them.Maybe to start over or just to remove data you no longer needed.Well, with this tutorial we will discover how to delete …

MySQL Delete Database Read More »