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.
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.