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 a superuser?
Is unix free?
What is utility unix?
What is a unix shell?
What is the procedure to configure MC/SG Cluster services in HP-UX 11i v3 OS Environment?
Where is unix used?
Differentiate between absolute and related path?
How can you edit a large file without opening it in unix?
Which file system is used in unix?
What uses unix operating system?
Name the key features of the bourne shell.
Difference between the fork() and vfork() system call?
Who owns unix?
Describe a link in unix.
What is difference between unix and windows?