Grep command infos
Grep is a command that we can use to find patters inside archives, for example, try to find a word o symbol inside a file
- grep
 -ait is used to show binary archives as a text
-cit is used show only number of lines where apear such expression
-nit is used show number of lines and content where apear such expression
-iignoring capital and small letters
-vshow only lines whithout such expression