| Christof Meerwald@mfr.project | ||||||||||||||||||||||||||||
|
home |
OverviewMultifile-replace applies regular expression replace patterns to multiple files. It basically does something like:
for file in ...; do
sed -e 's/xxx/yyy/' <$file >$file.tmp;
mv $file.tmp $file
done
But it is more efficient because it avoids creating temporary files and spawning a subprocess for each file. Usagemultifile-replace [OPTION]... [FILE]...
Prerequisites
Installation Notes
Download
> mutifile-replace-0.3.tar.gz | |||||||||||||||||||||||||||
This Web page is licensed under the Creative Commons Attribution - NonCommercial - Share Alike License. Any use is subject to the Privacy Policy.
|
Revision: 1.5, cmeerw.org/mfr/ Last modified: Mon Sep 03 18:20:51 2018 |
Christof Meerwald <cmeerw@cmeerw.org> XMPP: cmeerw@cmeerw.org |