The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to delete a word from a 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 to delete a word from a file?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-04-2008
cooldude
Registered User
Join Date: Mar 2006
Posts: 44
Here's what I did:
Code:
sed
's/EntityName//' asdf |
sed
's/OverallStatus//' |
sed
's/IfName//'
where asdf is the file.
cooldude
View Public Profile
Find all posts by cooldude
Find cooldude's past nominations received
Find cooldude's present nominations given