cara grep hanya cocok untuk satu kata dalam file
grep -w "osama"
#will only match a whole word "osama" ,,, for example "osama1" will not be matched
Abdelrahman Osama
grep -w "osama"
#will only match a whole word "osama" ,,, for example "osama1" will not be matched