Toggle menu
24K
665
183
158.2K
HausaDictionary.com | Hausa English Translations
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

foobar: Difference between revisions

From HausaDictionary.com | Hausa English Translations
No edit summary
No edit summary
Line 1: Line 1:
Testing more effective ways to mass update... [https://www.mediawiki.org/wiki/Topic:Sroin3vf5haba6lf][https://www.mediawiki.org/wiki/Manual:Edit.php]... bar bar = bar bar
Testing more effective ways to mass update... [https://www.mediawiki.org/wiki/Topic:Sroin3vf5haba6lf][https://www.mediawiki.org/wiki/Manual:Edit.php]... foo bar = bar bar


<syntaxhighlight lang="bash" style="overflow:auto;">
<syntaxhighlight lang="bash" style="overflow:auto;">
php getText.php "page_title" | sed -e 's/\bfoo\b/bar/g' | php edit.php "page_title"
php getText.php "page_title" | sed -e 's/\bfoo\b/bar/g' | php edit.php "page_title"
</syntaxhighlight>
</syntaxhighlight>

Revision as of 13:52, 4 August 2017

Testing more effective ways to mass update... [1][2]... foo bar = bar bar

php getText.php "page_title" | sed -e 's/\bfoo\b/bar/g' | php edit.php "page_title"