I have a text file with differnt names on it Albert Peter Sam Eric joel
I need to add Mr. before each name in each line in the file using bash. Please guide. Thank you.
I tried with variable but I am not sure how to use on a file.
I have a text file with differnt names on it Albert Peter Sam Eric joel
I need to add Mr. before each name in each line in the file using bash. Please guide. Thank you.
I tried with variable but I am not sure how to use on a file.