![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| able to remove \240 from a text file | pbrowne | Shell Programming and Scripting | 11 | 06-03-2009 08:46 PM |
| Remove blank spaces in a text file... | bhagya2340 | Shell Programming and Scripting | 4 | 03-01-2009 02:47 AM |
| remove and replace text in a file | solaix14 | Shell Programming and Scripting | 1 | 01-08-2009 03:47 PM |
| Best way to remove sections of text from a file | cals64 | Shell Programming and Scripting | 8 | 09-22-2008 01:16 PM |
| remove specified text from file | raidzero | Shell Programming and Scripting | 2 | 06-19-2008 10:10 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Remove text from a csv file using sed
I am trying to remove the ita from this file:
"1234ita","john","smith" "56789ita","jim","thomas" the command i am using is: sed '/^ita/d' infile.csv > outfile.csv it is running but doing nothing, very rarely use sed so trying to learn it any help would be appreciated |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|