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 text line:
The Physical Memory is 536870912 bytes
I would like to extract the 24th Character to the 33rd Character. The end result would extract 536870912 from the string.
Is this possible with Awk ?
Any help would be greatly appreciated.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.