The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How do you delete multiple text from a comma delimited 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
:
How do you delete multiple text from a comma delimited file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-20-2008
manikantants
Registered User
Join Date: Feb 2008
Posts: 131
You can achieve this as follows (Assuming content will be in file 'file1')
sed
's/PEST//' file1
manikantants
View Public Profile
Find all posts by manikantants
Find manikantants's past nominations received
Find manikantants's present nominations given