Thanks a lot it's working
and i need an another help
i have created a test file inside that
1234
5678
3456
7890
i want to change this number as a rows wise through vi command , the output should be
1234,5678,3456,7890
like that
could you pls help me this
I tryed through tr command its working but i dont know how to use through VI help me this
command : cat test | tr \\n \, ( this will work ) i need a help to view through vi