Jan 15, 2004 #1 q4s72534 MIS Aug 19, 2003 59 US I want to over wright a word in my file. what is the command?
Jan 15, 2004 #2 PHV MIS Nov 8, 2002 53,708 FR man vi Take a look at the R command Hope This Help PH. Upvote 0 Downvote
Jan 15, 2004 #4 olded Programmer Oct 27, 1998 1,065 US Hi: man vi look at: cw to change a word. Upvote 0 Downvote
Jan 16, 2004 #5 dickiebird Programmer Feb 14, 2002 758 GB or use sed : sed 's/oldword/newword/g' file > newfile BTW - a sample of your text is always useful ! Dickie Bird (-))) Upvote 0 Downvote
or use sed : sed 's/oldword/newword/g' file > newfile BTW - a sample of your text is always useful ! Dickie Bird (-)))