|
|
|
| ||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
|
|
home translate to German (by SYSTRAN)
|
|
|
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.4, http://cmeerw.org/mfr/ Last modified: Tue Aug 14 21:14:07 2007 |
Christof Meerwald <cmeerw@cmeerw.org> XMPP: cmeerw@cmeerw.org |