add replace operations doc

Change-Id: I3b2ffca803bf720f7ca6f443d10dee44db189739
Reviewed-by: Niels Weber <niels.weber@digia.com>
This commit is contained in:
Tim Jenssen 2013-02-27 12:21:47 +01:00
parent b312d841f0
commit 7627f4cb18

View File

@ -79,6 +79,15 @@
\o "PrependFile" \a filename \a text
\o Prepends \a text to the file specified by \a filename. \a text
is treated as ASCII text.
\row
\o Replace
\o "Replace" \a file \a search \ replace
\o Opens \a file to find \a search string and replaces that with the \a replace string.
\row
\o LineReplace
\o "LineReplace" \a file \a search \ replace
\o Opens \a file to find lines that start with \a search string and
replaces that with the \a replace string.
\row
\o Execute
\o "Execute" [{\a exitcodes}] \a command [\a parameter1 [\a parameter... [\a parameter10]]]