relpipe-data/streamlets-preview.xml
branchv_0
changeset 326 ab7f333f1225
parent 292 c4b4864225de
--- a/relpipe-data/streamlets-preview.xml	Tue May 11 21:35:54 2021 +0200
+++ b/relpipe-data/streamlets-preview.xml	Tue May 11 22:26:48 2021 +0200
@@ -45,9 +45,9 @@
 			--as 'ocr_text' \
 		--streamlet pdftotext --as 'pdf_text' \
 	| relpipe-tr-awk \
-		--relation filesystem \
+		--relation 'filesystem' \
 		--where 'path ~ /\.sh$/ || url ~ /alt2xml\.globalcode\.info/ || ocr_text ~ /GNU/ || pdf_text ~ /Sane/' \
-	| relpipe-tr-cut filesystem 'path|url|width|height|page_count|lines_count' \
+	| relpipe-tr-cut --relation 'filesystem' --attribute 'path|url|width|height|page_count|lines_count' \
 	| relpipe-out-tabular
 
 # if too wide, add: | less -RSi]]></m:pre>