I have a file created with person names and a bunch of other things like phone numbers and addresses. I was wondering how could I select just the names of all the persons on that list.
Please note that there are no columns in that list and one person can have more than one name (I mean not only first and last name but middle names as well). Every line is formatted like this:
student number,,,Name_of_student,,,address
for example:
a684932,,,John Liam Anderson,,,Kentucky
a683910,,,Mary Reynold,,,Michigan
...
...
The output should be:
John Liam Anderson
Mary Reynold