Horje
how to grep only exact match for a word in a file Code Example
how to grep only exact match for a word in a file
grep -w "osama"
#will only match a whole word "osama"  ,,, for example "osama1" will not be matched




Shell

Related
git satge command Code Example git satge command Code Example
regex prenom et nom compose Code Example regex prenom et nom compose Code Example
check if cmake is installed windows Code Example check if cmake is installed windows Code Example
vim delete every other line Code Example vim delete every other line Code Example
install Ubuntu on WSL Code Example install Ubuntu on WSL Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11