adspace


i have one column with data smith
john
michale
the o/p should be smith,john,michale how we do in unix

Answer Posted / supriya

save the names in the file in column wise,then give the
command as:
tr "\n" "," <filename>

Is This Answer Correct ?    7 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988