Everhart, Glenn (FUSA) From: kilgallen@eisner.decus.org Sent: Friday, April 09, 1999 11:31 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: Editing multiple files In article , "Mark-Simon Pope" writes: > I need to apply the same set of edits to a long list of files and would like > to do this using an automatic procedure. Can any of you supply an example > to jump start me? Well, if the files can be wildcarded, this will edit those whose version is not 1, changing all instances of OldString_nnn to NewString_mmm where mmm is one number higher than nnn: $ EDIT/TECO [0[1[6[p7:wu60,7:w$ enDISK$USER:[LARRY.PROJECT]*.pli$<:g*^A ^Ahka>$ ]p]6]1]0$$ Of course removing the "skip version 1" feature is something others might choose to do. Larry KIlgallen