From 7627f4cb189c1e94c78bc64d5affaa632a0e3fcc Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 27 Feb 2013 12:21:47 +0100 Subject: add replace operations doc Change-Id: I3b2ffca803bf720f7ca6f443d10dee44db189739 Reviewed-by: Niels Weber --- doc/operations.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/operations.qdoc b/doc/operations.qdoc index 83e467319..46880bbc5 100644 --- a/doc/operations.qdoc +++ b/doc/operations.qdoc @@ -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]]] -- cgit v1.2.3