The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Converting Tab delimited file to Comma delimited file in Unix
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Converting Tab delimited file to Comma delimited file in Unix
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
01-18-2006
mona
Registered User
Join Date: Nov 2005
Location: Singapore
Posts: 96
i think it is simpler to convert using tr. You can use
sed
but
sed
will not recognize escape sequences like \n,\t.. but all these will be accpeted in tr.
Great going Vino
mona
View Public Profile
Find all posts by mona
Find mona's past nominations received
Find mona's present nominations given