Hi,
I have the following input file:
user1:staff
user1:mis
user2:finance
user2
ayroll
user3:hr
user4:engineer
user4:IT
user5:facility
How to print the above input file to output file as:
user1:staff,mis
user2:finance,payroll
user3:hr
user4:engineer,IT
user5:facility
Any help or suggestion will be appreciated. Thanks in advance!
I have the following input file:
user1:staff
user1:mis
user2:finance
user2
user3:hr
user4:engineer
user4:IT
user5:facility
How to print the above input file to output file as:
user1:staff,mis
user2:finance,payroll
user3:hr
user4:engineer,IT
user5:facility
Any help or suggestion will be appreciated. Thanks in advance!