i have one column with data smith
john
michale
the o/p should be smith,john,michale how we do in unix
Answer Posted / narendra chenna
cat <filename with data> | while read filename
do
tem=$filename" "$filename
echo $tem >><onther file name>
done
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is umask in unix?
Explain kernal and shell?
What are a shell in unix and its types?
What are the features of unix?
Is android unix based?
What is the ‘nohup’ in unix?
What does cp mean in unix?
What is unix in simple terms?
What are the different versions of unix?
How unix is different from other operating systems?
In unix, what is echo used for?
Explain superblock in unix.
What does the swapping system do if it identifies the illegal page for swapping?
What are the layers of unix operating system?
What is pipe in unix example?