Just started learning Linux. Getting my hands dirty with grep and gawk.
Suppose I want to print all the available names in .txt file or for example I have text file that goes;
"blah blah blah blah blah
blah bhah blah blah blah
Joe
Allen
David
John
blah blah blah blah blah "
Now I would like to print all the names found in the text file only. How would I go about doing it? What will my syntax be?