I have the printout below which may have many lines in it.
===================================================================================
Proxy Adm State Op. State MO
===================================================================================
22697 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=UVA11021A31
31145 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=UVA11021A21
40578 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=UVA11021A11
===================================================================================
I want to use sed to read file VARNC001.log and output to a new file VARNC001.txt so I only see the info below. Any help would be great guys/gals!
UVA11021A31
UVA11021A21
UVA11021A11
===================================================================================
Proxy Adm State Op. State MO
===================================================================================
22697 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=UVA11021A31
31145 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=UVA11021A21
40578 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=UVA11021A11
===================================================================================
I want to use sed to read file VARNC001.log and output to a new file VARNC001.txt so I only see the info below. Any help would be great guys/gals!
UVA11021A31
UVA11021A21
UVA11021A11