![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Replace text in input file | daphantomica | Shell Programming and Scripting | 2 | 04-25-2008 12:39 AM |
| find and replace command in one line using one command | vasikaran | UNIX for Dummies Questions & Answers | 3 | 09-04-2007 12:13 AM |
| how to replace one line in text with several lines | FunnyCats | UNIX for Dummies Questions & Answers | 1 | 01-18-2007 05:52 AM |
| Search and replace multi-line text in files | marz | Shell Programming and Scripting | 10 | 10-10-2005 05:05 AM |
| Replace line of text in a file | colinchase | UNIX for Dummies Questions & Answers | 3 | 10-04-2001 06:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I am having to do a lot of searching thru files to replace words. Is there a command that i can run that will alow me to hunt thru a group of files and replace one word with another without having to open each file idividually?
-thanks |
| Forum Sponsor | ||
|
|
|
||||
|
Sounds like you also need "sed"
http://wwwinfo.cern.ch/dis/texi2html...2/sed_toc.html You can place this in a loop in a shell script. You can get the files to edit from ls or find. |
||||
| Google UNIX.COM |