specification: relpipe-tr-sed, relpipe-tr-grep v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 10 Dec 2018 18:24:52 +0100
branchv_0
changeset 206 0c05bdaeda34
parent 205 076cd1f756ef
child 207 4e45b9a177c2
specification: relpipe-tr-sed, relpipe-tr-grep
relpipe-data/specification.xml
--- a/relpipe-data/specification.xml	Mon Dec 10 00:14:28 2018 +0100
+++ b/relpipe-data/specification.xml	Mon Dec 10 18:24:52 2018 +0100
@@ -149,6 +149,23 @@
 			Errors (if any) are reported on STDERR.
 		</p>
 		
+		<h3>relpipe-tr-sed</h3>
+		
+		<p>
+			A tool that modifies attribute values according to given regular expression and replacement string.
+			Works with given relations and attributes only (others stay untouched).
+			Relation and attribute name are also specified as a regular expression.
+			Thus single <code>relpipe-tr-sed</code> run may modify multiple relations or attributes.
+		</p>
+		
+		<h3>relpipe-tr-grep</h3>
+		
+		<p>
+			A tool that drops records (does restriction) according to their match to given regular expression.
+			Relation and attribute name are also specified as a regular expression.
+			Thus single <code>relpipe-tr-grep</code> run may modify multiple relations or do match on multiple attributes.
+		</p>
+		
 	</text>
 
 </stránka>