To All:
I have the following string Joe Smith. I would like AWK to create two separate strings,
Joe
Smith
Can I used the space as a separator ? For example my test string could also be Joseph Smithers. Is there an Awk command to separate the string when a blank space is encountered ?
Many Thanks
I have the following string Joe Smith. I would like AWK to create two separate strings,
Joe
Smith
Can I used the space as a separator ? For example my test string could also be Joseph Smithers. Is there an Awk command to separate the string when a blank space is encountered ?
Many Thanks