The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Removing commas within semicolon in a flat file
.
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
:
Removing commas within semicolon in a flat file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
06-16-2009
ahmad.diab
Registered User
Join Date: May 2008
Location: Amman Jordan in MEA
Posts: 250
we already did this using
sed
before 2 hours !!!!!
Code:
sed
's/\(.*\),\(.*\)/\1\2/g' file.txt
BR
ahmad.diab
View Public Profile
Find all posts by ahmad.diab
Find ahmad.diab's past nominations received
Find ahmad.diab's present nominations given