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
What is dev null in unix?
Is unix is a programming language?
Where is unix used today?
What are the file permissions and access modes in unix?
Is windows unix based?
What are the features of unix operating system?
What is called in unix?
What is Thread dump in unix?
Is windows 10 unix based?
Which language unix is written?
Difference between the fork() and vfork() system call?
What is .sh file in unix?
How would you display the last line of a file?
How do you start and stop services in unix without using admin console?
Is the Process before and after the swap are the same? Give reason.