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
How do you switch from any user type to a super user type?
What is buffer header unix?
What does cd mean in unix?
Why was unix invented?
What is unix and why is it important?
What is Thread dump in unix?
What is a directory?
What is unix kernel explain it?
Define a single-user system.
What does unix like mean?
How would you display the last line of a file?
What is a filter in unix? Give an example.
What is meant by the term nohup?
Where is unix used today?
List some of the frequent shells used in unix along with their indicators?