1. grep
The grep command is used for searching and filtering text in files based on patterns (regular expressions) or simple strings.
grep stands for "Global Regular Expression Print"
We can use grep anywhere like with files, searching for file, d...