Hello Everyone,
May I ask for your help regarding one of the UNIX command �awk�. So I executed a script and the output looks like this (see below):
output.txt
CONTRACTNAME
CONTRACTKEY STATUS
WirelessSalesWeb use of IRISAutographService_v2_1 (2.1)
58e9e440-a721-11e4-a161-901f801762ca:2579 Production
CONTRACTNAME
CONTRACTKEY STATUS
WirelessSalesWeb use of CreditCardMgmtService_v1_0 (1.0)
0882528f-5933-11e4-9ee3-abe338c1dc06:2254 Production
But I want the output to be like this (neat column format):
CONTRACTNAME CONTRACTKEY STATUS
<result> <result> <result>
Can you help me on this?
