grep -w :: selects only those lines containing matches that form whole words.
$ cat samsung id proof license copy check leaf 1 $ $ grep -w lic samsung $ grep -w license samsung license copy $
BEAUTY AND PLAY
grep -w :: selects only those lines containing matches that form whole words.
$ cat samsung id proof license copy check leaf 1 $ $ grep -w lic samsung $ grep -w license samsung license copy $