Hello does anyone know how to do the following using some simple unix if possible:I have a file with the following info as comma separated. It shows username, id number and what subjects they are enrolled in. The subjects are separated by colons. UserName,ID,Subjectjsmith,235456939,MATH29879:PHYS45979jdoe,750378929,ENGL36899:JAPN92576I want it to have one username with one course per line. So that it would look like:jsmith,235456939,MATH29879jsmith,235456939,PHYS45979jdoe,750378929,ENGL36899jdoe,750378929,JAPN92576Does anyone have any ideas?Thnx-J
Questions by jennyp
Showing Answers 1 - 8 of 8 Answers
Related Answered Questions
Related Open Questions
Hello does anyone know how to do the following using some simple unix if possible:I have a file with the following info as comma separated. It shows username, id number and what subjects they are enrolled in. The subjects are separated by colons. UserName,ID,Subjectjsmith,235456939,MATH29879:PHYS45979jdoe,750378929,ENGL36899:JAPN92576I want it to have one username with one course per line. So that it would look like:jsmith,235456939,MATH29879jsmith,235456939,PHYS45979jdoe,750378929,ENGL36899jdoe,750378929,JAPN92576Does anyone have any ideas?Thnx-J
Profile Answers by jennyp Questions by jennyp
Questions by jennyp
Related Answered Questions
Related Open Questions