Search Results

Search: Posts Made By: tucs_123
11,602
Posted By tucs_123
replace one or more tabs with commas
Hi,

Can any one tell me how to replace one or more tabs from start of the line and in between the words with commas in the file using unix commands?

My actual data in the text file is as below...
32,602
Posted By tucs_123
Hi Chris, I tried your code.... My...
Hi Chris,

I tried your code....

My data.txt

dec-15-2008 dec-16-2008
dec-14-2008 dec-17-2008

Documents.xls

server1
server2

excel.sh

awk 'NR==FNR{a[NR]=$0}\
...
32,602
Posted By tucs_123
Hey thanks man for your quick reply...Will try...
Hey thanks man for your quick reply...Will try it........
32,602
Posted By tucs_123
Hi Christoph Spohr, Can you please explain...
Hi Christoph Spohr,

Can you please explain the above code in detail......and what does data and excel stand for? is it for text file and excel file respectively?
32,602
Posted By tucs_123
how to copy data to to excel file
Hi,

Can any one tell me how to copy data using shell script to a excel file from text file to other columns of excel file,leaving first column unaffected i.e it should not overwrite data in first...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy