![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vi or vim replace ,$ (eol) with just a comma | dbauhaus | UNIX and Linux Applications | 6 | 4 Days Ago 06:02 AM |
| Split by comma | mahalakshmi | Shell Programming and Scripting | 2 | 12-18-2006 04:16 AM |
| Comma seperator | premar | Shell Programming and Scripting | 6 | 02-17-2006 12:16 AM |
| add comma | alisevA3 | UNIX for Dummies Questions & Answers | 3 | 10-18-2002 06:29 AM |
| Add a comma at end of every line | ST2000 | Shell Programming and Scripting | 4 | 07-14-2002 03:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Replacing Comma by Tab
Hi All,
i have a file test.txt as shown below, 1,test,test111 2,rest,rest222 i want to replace the commas by tab delimiter.., it should be like, 1 test test111 2 rest rest222 i tried the following code, Code:
sed 's/,/\\t/g' test.txt >> ouptut.txt Could any one help? Thanks |
| Forum Sponsor | ||
|
|