Re: Looking for a multiple editor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For safety's sake, I _strongly_ recommend that you:

- create a working directory and two sub-directories
- copy all of your text files to one sub-directory
- put the output files into the other sub-directory
- do a test run or two before the production run
- save the input files until you're sure all is OK

- Rich Morin

P.S.  sed is actually rather programmable, though it's rather like an assembly language.
If you need to do fancier checks and such, you might want to consider using awk.


> On Mar 30, 2022, at 08:11, somoene (?) wrote:
> 
> This sounds like a job for sed.
> #!/bin/ksh
> 
> for i in `ls files.*`
> do
> cat $i | sed -e "s/Mike/Joe/g" > /tmp/file$$
> mv /tmp/file$$ $i
> done

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/blinux-list




[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]