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 dot profile in unix?
What is page fault? Its types?
Write down some common shells with their indicators?
What is hardlink and softlink in unix?
What is difference between unix and windows operating system?
How do I grep recursively in unix?
How the Kernel handles the copy on write bit of a page, when the bit is set?
What is $# in unix?
How to terminate a shell script if statement?
What are three main elements of unix operating system?
Who owns the unix trademark today?
Where is unix used?
How to get the nth word of a line in Unix?
How do I find a pattern in unix?
Describe a link in unix.