relpipe-data/examples/runnable-jars.sh
branchv_0
changeset 329 5bc2bb8b7946
parent 294 abbc9bcfbcc4
--- a/relpipe-data/examples/runnable-jars.sh	Fri Nov 26 22:14:18 2021 +0100
+++ b/relpipe-data/examples/runnable-jars.sh	Mon Feb 21 00:43:11 2022 +0100
@@ -16,7 +16,7 @@
 }
 
 shortenPath() {
-	relpipe-tr-sed '.*' 'path' "^$HOME/?" "~/";
+	relpipe-tr-sed --relation '.*' --attribute 'path' --value "^$HOME/?" --replacement "~/";
 }
 
 findFiles | fetchAttributes | filterRunable | shortenPath | relpipe-out-tabular